IndexOf(CounterCreationData) Method
Returns the index of a CounterCreationData in the collection.
Namespace: System.DiagnosticsAssembly: System in (System.dll)
Syntax
public int IndexOf( CounterCreationData value )
Parameters
- value
-
Type: CounterCreationDataThe CounterCreationData of which to determine the index in the collection.