AddRange(CounterCreationData[]) Method
Adds an array of CounterCreationData instances to the collection.
Namespace: System.DiagnosticsAssembly: System in (System.dll)
Syntax
public void AddRange( CounterCreationData[] value )
Parameters
- value
-
Type: CounterCreationDataAn array of CounterCreationData instances to append to the existing collection.
Exceptions
Exception | Condition |
---|---|
System.ArgumentNullException | value is null. |