Mono Class Library: System.Collections.IDictionaryEnumerator Overview | MembersSystem.Collections.IDictionaryEnumerator.Value Property |
Gets the DictionaryEntry.Value of the DictionaryEntry in the collection over which the current instance is positioned. [Edit]
|
A object that contains the DictionaryEntry.Value of the DictionaryEntry in the collection over which the current instance is positioned. [Edit]
Type Reason InvalidOperationException The IDictionaryEnumerator is positioned before the first element of the dictionary or after the last element.
-or-
The dictionary was modified after the IDictionaryEnumerator was created.
[Edit]
This property is read-only.
Operation
It is required that a call to IDictionaryEnumerator.Value leave the position of the enumerator unchanged: consecutive calls to this property are required to return the same object until IEnumerator.MoveNext or IEnumerator.Reset is called. [Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0