Mono Class Library: Overview

System.Xml.Schema.XmlSchemaCollection: Members

The members of System.Xml.Schema.XmlSchemaCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
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(string)XmlSchema. Documentation for this section has not yet been entered.
[read-only]
NameTableSystem.Xml.XmlNameTable. Documentation for this section has not yet been entered.

Public Methods

Add(XmlSchema) : XmlSchema
Documentation for this section has not yet been entered.
Add(XmlSchemaCollection)
Documentation for this section has not yet been entered.
Add(string, string) : XmlSchema
Documentation for this section has not yet been entered.
Add(string, System.Xml.XmlReader) : XmlSchema
Documentation for this section has not yet been entered.
Add(XmlSchema, System.Xml.XmlResolver) : XmlSchema
Documentation for this section has not yet been entered.
Add(string, System.Xml.XmlReader, System.Xml.XmlResolver) : XmlSchema
Documentation for this section has not yet been entered.
Contains(string) : bool
Documentation for this section has not yet been entered.
Contains(XmlSchema) : bool
Documentation for this section has not yet been entered.
CopyTo(XmlSchema[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : XmlSchemaCollectionEnumerator
Documentation for this section has not yet been entered.

Public Events

ValidationEventHandlerDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection.CopyToDocumentation for this section has not yet been entered.
[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.