Returns an enumerator that can iterate through a collection.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: IEnumeratorAn IEnumerator that can be used to iterate through the collection.
Implements
IEnumerable GetEnumeratorRemarks
As the collection is empty a NullEnumerator is returned.
See Also