Share via


ImmutableSortedDictionary.CreateBuilder Yöntem

Tanım

Aşırı Yüklemeler

CreateBuilder<TKey,TValue>()

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

CreateBuilder<TKey,TValue>(IComparer<TKey>)

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

CreateBuilder<TKey,TValue>(IComparer<TKey>, IEqualityComparer<TValue>)

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

CreateBuilder<TKey,TValue>()

Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

public:
generic <typename TKey, typename TValue>
 static System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue>::Builder ^ CreateBuilder();
public static System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder<TKey,TValue> ();
static member CreateBuilder : unit -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>.Builder
Public Function CreateBuilder(Of TKey, TValue) () As ImmutableSortedDictionary(Of TKey, TValue).Builder

Tür Parametreleri

TKey

Sözlük tarafından depolanan anahtarların türü.

TValue

Sözlük tarafından depolanan değerlerin türü.

Döndürülenler

Sabit koleksiyon oluşturucusu.

Şunlara uygulanır

CreateBuilder<TKey,TValue>(IComparer<TKey>)

Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

public:
generic <typename TKey, typename TValue>
 static System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue>::Builder ^ CreateBuilder(System::Collections::Generic::IComparer<TKey> ^ keyComparer);
public static System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder<TKey,TValue> (System.Collections.Generic.IComparer<TKey> keyComparer);
public static System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder<TKey,TValue> (System.Collections.Generic.IComparer<TKey>? keyComparer);
static member CreateBuilder : System.Collections.Generic.IComparer<'Key> -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>.Builder
Public Function CreateBuilder(Of TKey, TValue) (keyComparer As IComparer(Of TKey)) As ImmutableSortedDictionary(Of TKey, TValue).Builder

Tür Parametreleri

TKey

Sözlük tarafından depolanan anahtarların türü.

TValue

Sözlük tarafından depolanan değerlerin türü.

Parametreler

keyComparer
IComparer<TKey>

Anahtar karşılaştırıcı.

Döndürülenler

Sabit koleksiyon oluşturucusu.

Şunlara uygulanır

CreateBuilder<TKey,TValue>(IComparer<TKey>, IEqualityComparer<TValue>)

Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs
Kaynak:
ImmutableSortedDictionary.cs

Yeni bir sabit sıralanabilir sözlük oluşturucusu oluşturur.

public:
generic <typename TKey, typename TValue>
 static System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue>::Builder ^ CreateBuilder(System::Collections::Generic::IComparer<TKey> ^ keyComparer, System::Collections::Generic::IEqualityComparer<TValue> ^ valueComparer);
public static System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder<TKey,TValue> (System.Collections.Generic.IComparer<TKey> keyComparer, System.Collections.Generic.IEqualityComparer<TValue> valueComparer);
public static System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder<TKey,TValue> (System.Collections.Generic.IComparer<TKey>? keyComparer, System.Collections.Generic.IEqualityComparer<TValue>? valueComparer);
static member CreateBuilder : System.Collections.Generic.IComparer<'Key> * System.Collections.Generic.IEqualityComparer<'Value> -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>.Builder
Public Function CreateBuilder(Of TKey, TValue) (keyComparer As IComparer(Of TKey), valueComparer As IEqualityComparer(Of TValue)) As ImmutableSortedDictionary(Of TKey, TValue).Builder

Tür Parametreleri

TKey

Sözlük tarafından depolanan anahtarların türü.

TValue

Sözlük tarafından depolanan değerlerin türü.

Parametreler

keyComparer
IComparer<TKey>

Anahtar karşılaştırıcı.

valueComparer
IEqualityComparer<TValue>

Değer karşılaştırıcısı.

Döndürülenler

Sabit koleksiyon oluşturucusu.

Şunlara uygulanır