NLog Logging Library

FilterCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an element into the FilterCollection at the specified index

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

Parameters

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

See Also

FilterCollection Class | NLog Namespace