[This is preliminary documentation and subject to change.]
Adds the elements of an array to the end of this TargetCollection.
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);
TargetCollection Class | NLog Namespace