Aracılığıyla paylaş


ImmutableSortedDictionary<TKey,TValue>.Builder.Add Yöntem

Tanım

Aşırı Yüklemeler

Add(KeyValuePair<TKey,TValue>)

Belirtilen öğeyi sabit sıralanabilir sözlüğe ekler.

Add(TKey, TValue)

Sabit sıralanabilir sözlüğe belirtilen anahtar ve değere sahip bir öğe ekler.

Add(KeyValuePair<TKey,TValue>)

Kaynak:
ImmutableSortedDictionary_2.Builder.cs
Kaynak:
ImmutableSortedDictionary_2.Builder.cs
Kaynak:
ImmutableSortedDictionary_2.Builder.cs

Belirtilen öğeyi sabit sıralanabilir sözlüğe ekler.

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<TKey, TValue> item);
public void Add (System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
Public Sub Add (item As KeyValuePair(Of TKey, TValue))

Parametreler

item
KeyValuePair<TKey,TValue>

Sözlüğe eklenecek nesne.

Uygulamalar

Şunlara uygulanır

Add(TKey, TValue)

Kaynak:
ImmutableSortedDictionary_2.Builder.cs
Kaynak:
ImmutableSortedDictionary_2.Builder.cs
Kaynak:
ImmutableSortedDictionary_2.Builder.cs

Sabit sıralanabilir sözlüğe belirtilen anahtar ve değere sahip bir öğe ekler.

public:
 virtual void Add(TKey key, TValue value);
public void Add (TKey key, TValue value);
abstract member Add : 'Key * 'Value -> unit
override this.Add : 'Key * 'Value -> unit
Public Sub Add (key As TKey, value As TValue)

Parametreler

key
TKey

Eklenecek öğenin anahtarı.

value
TValue

Eklenecek öğenin değeri.

Uygulamalar

Şunlara uygulanır