log4net SDK Reference

LevelCollection.Item Property

Gets or sets the Level at the specified index.

[Visual Basic]
Overridable Public Default Property Item( _
   ByVal index As Integer _
) As Level
[C#]
public virtual Level this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Remarks

Missing <remarks> documentation for P:log4net.Core.LevelCollection.Item(System.Int32)

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

LevelCollection Class | log4net.Core Namespace