class ImmutableSortedDictionary

in global :: System . Collections . Immutable

😔 No documentation found.


public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<KeyValuePair<TKey,TValue>> source )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<KeyValuePair<TKey,TValue>> source, IComparer<TKey> keyComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<KeyValuePair<TKey,TValue>> source, IComparer<TKey> keyComparer, IEqualityComparer<TValue> valueComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<TSource> source, Func<TSource,TKey> keySelector, Func<TSource,TValue> elementSelector )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<TSource> source, Func<TSource,TKey> keySelector, Func<TSource,TValue> elementSelector, IComparer<TKey> keyComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( ImmutableSortedDictionary<TKey,TValue>.Builder builder )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> ToImmutableSortedDictionary( IEnumerable<TSource> source, Func<TSource,TKey> keySelector, Func<TSource,TValue> elementSelector, IComparer<TKey> keyComparer, IEqualityComparer<TValue> valueComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder( IComparer<TKey> keyComparer, IEqualityComparer<TValue> valueComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder( IComparer<TKey> keyComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue>.Builder CreateBuilder( )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> CreateRange( IComparer<TKey> keyComparer, IEqualityComparer<TValue> valueComparer, IEnumerable<KeyValuePair<TKey,TValue>> items )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> CreateRange( IComparer<TKey> keyComparer, IEnumerable<KeyValuePair<TKey,TValue>> items )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> CreateRange( IEnumerable<KeyValuePair<TKey,TValue>> items )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> Create( IComparer<TKey> keyComparer, IEqualityComparer<TValue> valueComparer )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> Create( IComparer<TKey> keyComparer )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public static ImmutableSortedDictionary<TKey,TValue> Create( )

😔 No documentation found.