struct ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>

in global :: System . Collections . Concurrent

😔 No documentation found.


public ConcurrentDictionary<TKey,TValue> Dictionary { get; }

😔 No documentation found.

public TValue Item { get; set; }

😔 No documentation found.

public bool ContainsKey( TAlternateKey key )

😔 No documentation found.

public bool TryAdd( TAlternateKey key, TValue value )

😔 No documentation found.

public bool TryGetValue( TAlternateKey key, ref TValue value )

😔 No documentation found.

public bool TryGetValue( TAlternateKey key, ref TKey actualKey, ref TValue value )

😔 No documentation found.

public bool TryRemove( TAlternateKey key, ref TValue value )

😔 No documentation found.

public bool TryRemove( TAlternateKey key, ref TKey actualKey, ref TValue value )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.