An always empty IDictionaryEnumerator.
Inheritance Hierarchy
log4net.UtilNullDictionaryEnumerator
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The NullDictionaryEnumerator type exposes the following members.
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MoveNext |
Test if the enumerator can advance, if so advance.
|
![]() | Reset |
Resets the enumerator back to the start.
|
![]() | ToString | (Inherited from Object.) |
Remarks
A singleton implementation of the IDictionaryEnumerator over a collection that is empty and not modifiable.
See Also