struct Dictionary<TKey,TValue>.Enumerator
in global :: System . Collections . Generic
Enumerates the elements of a .
public KeyValuePair<TKey,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 bool MoveNext( )
😔 No documentation found.
public void Dispose( )
😔 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.