Mono Class Library: Overview

System.CodeDom.CodeNamespaceCollection: Members

The members of System.CodeDom.CodeNamespaceCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Default constructor. Creates an empty System.CodeDom.CodeNamespaceCollection object.
Creates a System.CodeDom.CodeNamespaceCollection object initalized with the specified System.CodeDom.CodeNamespace array.
Documentation for this section has not yet been entered.

Public Properties

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

Public Methods

Add(CodeNamespace) : int
Documentation for this section has not yet been entered.
AddRange(CodeNamespace[])
Documentation for this section has not yet been entered.
AddRange(CodeNamespaceCollection)
Documentation for this section has not yet been entered.
Contains(CodeNamespace) : bool
Documentation for this section has not yet been entered.
CopyTo(CodeNamespace[], int)
Documentation for this section has not yet been entered.
IndexOf(CodeNamespace) : int
Documentation for this section has not yet been entered.
Insert(int, CodeNamespace)
Documentation for this section has not yet been entered.
Remove(CodeNamespace)
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.