HashCodeCombiner.Add メソッド

定義

オーバーロード

Add(Int32)

ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
public:
 void Add(int i);
public void Add(int i);
member this.Add : int -> unit
Public Sub Add (i As Integer)

パラメーター

i
Int32

適用対象

Add(Object)

ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
public:
 void Add(System::Object ^ o);
public void Add(object? o);
member this.Add : obj -> unit
Public Sub Add (o As Object)

パラメーター

o
Object

適用対象

Add(String)

ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
public:
 void Add(System::String ^ s);
public void Add(string? s);
member this.Add : string -> unit
Public Sub Add (s As String)

パラメーター

s
String

適用対象

Add<TValue>(TValue, IEqualityComparer<TValue>)

ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
ソース:
HashCodeCombiner.cs
public:
generic <typename TValue>
 void Add(TValue value, System::Collections::Generic::IEqualityComparer<TValue> ^ comparer);
public void Add<TValue>(TValue? value, System.Collections.Generic.IEqualityComparer<TValue> comparer);
member this.Add : 'Value * System.Collections.Generic.IEqualityComparer<'Value> -> unit
Public Sub Add(Of TValue) (value As TValue, comparer As IEqualityComparer(Of TValue))

型パラメーター

TValue

パラメーター

value
TValue
comparer
IEqualityComparer<TValue>

適用対象