struct Dictionary<TKey,TValue>.ValueCollection.Enumerator

in global :: System . Collections . Generic

Enumerates the elements of a .


public TValue Current { get; }

Gets the element at the current position of the enumerator.

  • Returns The element in the at the current position of the enumerator.

public void Dispose( )

😔 No documentation found.

public bool MoveNext( )

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