C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Dictionary(TKey, TValue).ValueCollection.Enumerator Structure
Enumerator Methods
Dispose Method
MoveNext Method
Dictionary
TKey
,
TValue
ValueCollection
Enumerator
MoveNext Method
Advances the enumerator to the next element of the
Dictionary
TKey, TValue
ValueCollection
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
bool
MoveNext
()
Return Value
Type:
Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumerator
MoveNext
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
Dictionary
TKey, TValue
ValueCollection
Enumerator Structure
System.Collections.Generic Namespace