class ReadOnlyDictionary<TKey,TValue>.KeyCollection

in global :: System . Collections . ObjectModel

Represents a read-only collection of the keys of a object.


public int Count { get; }

Gets the number of elements in the collection.

  • Returns The number of elements in the collection.

public bool Contains( TKey item )

😔 No documentation found.

public void CopyTo( TKey[] array, int arrayIndex )

😔 No documentation found.

public IEnumerator<TKey> GetEnumerator( )

😔 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.