class Dictionary<TKey,TValue>.ValueCollection

in global :: System . Collections . Generic

Represents the collection of values 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 .

public Dictionary<TKey,TValue>.ValueCollection.Enumerator GetEnumerator( )

😔 No documentation found.

public void CopyTo( TValue[] array, int index )

😔 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>.ValueCollection( Dictionary<TKey,TValue> dictionary )

😔 No documentation found.