TargetCollection
|
Overloaded. Initializes a new instance of the TargetCollection class. |
Item | Gets or sets the Target at the given index in this TargetCollection. |
Add | Adds an instance of type Target to the end of this TargetCollection. |
AddRange | Overloaded. Adds the elements of an array to the end of this TargetCollection. |
Contains | Determines whether a specfic Target value is in this TargetCollection. |
GetEnumerator | Returns an enumerator that can iterate through the elements of this TargetCollection. |
IndexOf | Return the zero-based index of the first occurrence of a specific value in this TargetCollection |
Insert | Inserts an element into the TargetCollection at the specified index |
Remove | Removes the first occurrence of a specific Target from this TargetCollection. |
TargetCollection Class | NLog Namespace