TargetCollection.Item Property
[This is preliminary documentation and subject to change.]
Gets or sets the Target at the given index in this TargetCollection.
[Visual Basic]
Overridable Public Default Property Item( _
ByVal
index As
Integer _
) As
Target
[C#]
public virtual
Target this[
int index] {get; set;}
Parameters
-
index
-
Missing <param> documentation for index
See Also
TargetCollection Class | NLog Namespace