Supports type-safe iteration over a LevelCollection.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The LevelCollection. ILevelCollectionEnumerator type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Current |
Gets the current element in the collection.
|
Methods
| Name | Description | |
|---|---|---|
| MoveNext |
Advances the enumerator to the next element in the collection.
| |
| Reset |
Sets the enumerator to its initial position, before the first element in the collection.
|
See Also