An always empty IEnumerator.
Inheritance Hierarchy
log4net.UtilNullEnumerator
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The NullEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Current |
Gets the current object from the enumerator.
|
![]() ![]() | Instance |
Get the singleton instance of the NullEnumerator.
|
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 IEnumerator over a collection that is empty and not modifiable.
See Also