PluginCollection Item Property Apache log4net™ SDK Documentation
Gets or sets the IPlugin at the specified index.

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

public virtual IPlugin this[
	int index
] { get; set; }

Parameters

index
Type: OnlineSystem Int32
The zero-based index of the element to get or set.

Property Value

Type: IPlugin
The IPlugin at the specified index.
Exceptions

ExceptionCondition
OnlineSystem ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also