class ReadOnlyDictionary<TKey,TValue>.ValueCollection

in global :: System . Collections . ObjectModel

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


public int Count { get; }

Gets the number of elements in the collection.

  • Returns The number of elements in the collection.

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

😔 No documentation found.

public IEnumerator<TValue> 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.