PluginCollection GetEnumerator Method Apache log4net™ SDK Documentation
Returns an enumerator that can iterate through the PluginCollection.

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

public virtual IPluginCollectionEnumerator GetEnumerator()

Return Value

Type: IPluginCollectionEnumerator
An Enumerator for the entire PluginCollection.
See Also