class ImmutableSortedDictionary<TKey,TValue>

in global :: System . Collections . Immutable

😔 No documentation found.


public static ImmutableSortedDictionary<TKey,TValue> Empty

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue>.Enumerator GetEnumerator( )

😔 No documentation found.

public bool TryGetKey( TKey equalKey, ref TKey actualKey )

😔 No documentation found.

public bool TryGetValue( TKey key, ref TValue value )

😔 No documentation found.

public bool Contains( KeyValuePair<TKey,TValue> pair )

😔 No documentation found.

public bool ContainsKey( TKey key )

😔 No documentation found.

public bool ContainsValue( TValue value )

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> WithComparers( IComparer<TKey> keyComparer )

😔 No documentation found.

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

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> RemoveRange( IEnumerable<TKey> keys )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> Remove( TKey value )

😔 No documentation found.

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

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> SetItem( TKey key, TValue value )

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> Add( TKey key, TValue value )

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue>.Builder ToBuilder( )

😔 No documentation found.

public ref TValue ValueRef( TKey key )

😔 No documentation found.

public TValue Item { get; }

😔 No documentation found.

public IComparer<TKey> KeyComparer { get; }

😔 No documentation found.

public IEnumerable<TValue> Values { get; }

😔 No documentation found.

public IEnumerable<TKey> Keys { get; }

😔 No documentation found.

public int Count { get; }

😔 No documentation found.

public bool IsEmpty { get; }

😔 No documentation found.

public IEqualityComparer<TValue> ValueComparer { get; }

😔 No documentation found.

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

😔 No documentation found.

public ImmutableSortedDictionary<TKey,TValue> Clear( )

😔 No documentation found.