System.Diagnostics.CounterCreationDataCollection.Insert Method

Inserts a System.Diagnostics.CounterCreationData object into the collection, at the specified index.

Syntax

public void Insert (int index, CounterCreationData value)

Parameters

index
The zero-based index of the location at which the System.Diagnostics.CounterCreationData is to be inserted.
value
The System.Diagnostics.CounterCreationData to insert into the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0