CounterCreationDataCollection Methods
The CounterCreationDataCollection type exposes the following members.
Methods
Name | Summary | |
---|---|---|
![]() |
Add(CounterCreationData) |
Adds an instance of the CounterCreationData class to the collection.
|
![]() |
AddRange(CounterCreationDataCollection) |
Adds a collection of CounterCreationData instances to the collection.
|
![]() |
AddRange(CounterCreationData[]) |
Adds an array of CounterCreationData instances to the collection.
|
![]() |
Contains(CounterCreationData) |
Determines whether a CounterCreationData instance exists in the collection.
|
![]() |
CopyTo(CounterCreationData[], Int32) |
Copies the elements of the CounterCreationData to an array, starting at the specified index of the array.
|
![]() |
IndexOf(CounterCreationData) |
Returns the index of a CounterCreationData in the collection.
|
![]() |
Insert(Int32, CounterCreationData) |
Inserts a CounterCreationData into the collection, at the specified index.
|
![]() |
Remove(CounterCreationData) |
Removes a CounterCreationData from the collection.
|