NLog Logging Library

TargetCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an element into the TargetCollection at the specified index

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Target _
)
[C#]
public virtual void Insert(
   int index,
   Target value
);

Parameters

index
The index at which the Target is to be inserted.
value
The Target to insert.

See Also

TargetCollection Class | NLog Namespace