Udostępnij za pośrednictwem


ImmutableSortedDictionary.CreateBuilder Metoda

Definicja

Przeciążenia

CreateBuilder<TKey,TValue>()

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

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

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

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

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

CreateBuilder<TKey,TValue>()

Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

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

Parametry typu

TKey

Typ kluczy przechowywanych przez słownik.

TValue

Typ wartości przechowywanych przez słownik.

Zwraca

Niezmienialny konstruktor kolekcji.

Dotyczy

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

Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

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

Parametry typu

TKey

Typ kluczy przechowywanych przez słownik.

TValue

Typ wartości przechowywanych przez słownik.

Parametry

keyComparer
IComparer<TKey>

Moduł porównujący kluczy.

Zwraca

Niezmienialny konstruktor kolekcji.

Dotyczy

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

Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs
Źródło:
ImmutableSortedDictionary.cs

Tworzy nowy niezmienialny konstruktor posortowanego słownika.

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

Parametry typu

TKey

Typ kluczy przechowywanych przez słownik.

TValue

Typ wartości przechowywanych przez słownik.

Parametry

keyComparer
IComparer<TKey>

Moduł porównujący kluczy.

valueComparer
IEqualityComparer<TValue>

Porównujący wartości.

Zwraca

Niezmienialny konstruktor kolekcji.

Dotyczy