EmptyCollectionGetEnumerator Method Apache log4net™ SDK Documentation
Returns an enumerator that can iterate through a collection.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
Remarks

As the collection is empty a NullEnumerator is returned.

See Also

Reference