class ImmutableDictionary<TKey,TValue>.Builder

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 bool Remove( KeyValuePair<TKey,TValue> item )

😔 No documentation found.

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

😔 No documentation found.

public void Clear( )

😔 No documentation found.

public void Add( KeyValuePair<TKey,TValue> item )

😔 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 Remove( TKey key )

😔 No documentation found.

public bool ContainsValue( TValue value )

😔 No documentation found.

public bool ContainsKey( TKey key )

😔 No documentation found.

public void Add( TKey key, TValue value )

😔 No documentation found.

public ImmutableDictionary<TKey,TValue> ToImmutable( )

😔 No documentation found.

public TValue GetValueOrDefault( TKey key, TValue defaultValue )

😔 No documentation found.

public TValue GetValueOrDefault( TKey key )

😔 No documentation found.

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

😔 No documentation found.

public void RemoveRange( IEnumerable<TKey> keys )

😔 No documentation found.

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

😔 No documentation found.

public TValue Item { get; set; }

😔 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 IEqualityComparer<TValue> ValueComparer { get; set; }

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public IEqualityComparer<TKey> KeyComparer { get; set; }

😔 No documentation found.