Mono Class Library: OverviewSystem.CodeDom.CodeNamespaceCollection: Members |
The members of System.CodeDom.CodeNamespaceCollection are listed below.
See Also: Inherited members from System.Collections.CollectionBase
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.
default propertyItem(int) CodeNamespace. Documentation for this section has not yet been entered.
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.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.