The NullDictionaryEnumerator type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| MoveNext |
Test if the enumerator can advance, if so advance.
| |
| Reset |
Resets the enumerator back to the start.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Current |
Gets the current object from the enumerator.
| |
| Entry |
Gets the current entry from the enumerator.
| |
| Instance |
Gets the singleton instance of the NullDictionaryEnumerator.
| |
| Key |
Gets the current key from the enumerator.
| |
| Value |
Gets the current value from the enumerator.
|
See Also