FlatEnumerator<TKey,TValue>.MoveNext method

Advances the enumerator to the next element of the collection.

public bool MoveNext()

Return Value

Returns true if the move was successful.

See Also