class Dictionary<TKey,TValue>.KeyCollection
in global :: System . Collections . Generic
Represents the collection of keys in a . This class cannot be inherited.
public int Count { get; }
Gets the number of elements contained in the .
- Returns The number of elements contained in the . Retrieving the value of this property is an O(1) operation.
public Dictionary<TKey,TValue>.KeyCollection.Enumerator GetEnumerator( )
😔 No documentation found.
public void CopyTo( TKey[] array, int index )
😔 No documentation found.
public bool Contains( TKey item )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Dictionary<TKey,TValue>.KeyCollection( Dictionary<TKey,TValue> dictionary )
😔 No documentation found.