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 _
)
Parameters
-
index
- The index at which the Filter is to be inserted.
-
value
- The Filter to insert.
See Also
FilterCollection Class | NLog Namespace