Gets or sets the IPlugin at the specified index.
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Property Value
Type: IPluginThe IPlugin at the specified index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |
See Also