Mono Class Library: Overview

System.Diagnostics.CounterCreationDataCollection: Members

The members of System.Diagnostics.CounterCreationDataCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

default property
Item(int)CounterCreationData. Documentation for this section has not yet been entered.

Public Methods

Add(CounterCreationData) : int
Documentation for this section has not yet been entered.
AddRange(CounterCreationData[])
Documentation for this section has not yet been entered.
AddRange(CounterCreationDataCollection)
Documentation for this section has not yet been entered.
Contains(CounterCreationData) : bool
Documentation for this section has not yet been entered.
CopyTo(CounterCreationData[], int)
Documentation for this section has not yet been entered.
IndexOf(CounterCreationData) : int
Documentation for this section has not yet been entered.
Insert(int, CounterCreationData)
Documentation for this section has not yet been entered.
Remove(CounterCreationData)
Documentation for this section has not yet been entered.

Protected Methods

override
OnInsert(int, object)
Documentation for this section has not yet been entered.
override
OnValidate(object)
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.