Mono Class Library: Overview

System.ComponentModel.AttributeCollection: Members

The members of System.ComponentModel.AttributeCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
EmptyAttributeCollection. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
default property
Item(int)Attribute. Documentation for this section has not yet been entered.
[read-only]
default property
Item(Type)Attribute. Documentation for this section has not yet been entered.

Public Methods

Contains(Attribute) : bool
Documentation for this section has not yet been entered.
Contains(Attribute[]) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
static
FromExisting(AttributeCollection, params Attribute[]) : AttributeCollection
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
Matches(Attribute) : bool
Documentation for this section has not yet been entered.
Matches(Attribute[]) : bool
Documentation for this section has not yet been entered.

Protected Methods

GetDefaultAttribute(Type) : Attribute
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
ICollection.Countint. Documentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. 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.