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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public IEnumerator GetEnumerator()

Return Value

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

Implements

OnlineIEnumerable GetEnumerator 
Remarks

As the collection is empty a NullEnumerator is returned.

See Also