NLog Logging Library

TargetCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of an array to the end of this TargetCollection.

Overload List

Adds the elements of an array to the end of this TargetCollection.

public virtual void AddRange(Target[]);

Adds the elements of another TargetCollection to the end of this TargetCollection.

public virtual void AddRange(TargetCollection);

See Also

TargetCollection Class | NLog Namespace