System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection Members

The members of System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

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

Public Methods

Add(SchemaImporterExtension) : int

Adds the specified importer extension to the collection.

Add(string, Type) : int

Adds the specified importer extension to the collection. The name parameter allows you to supply a custom name for the extension.

Clear()

Clears the collection of importer extensions.

Contains(SchemaImporterExtension) : bool

Gets a value that indicates whether the specified importer extension exists in the collection.

CopyTo(SchemaImporterExtension[], int)

Copies all the elements of the current System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection to the specified array of System.Xml.Serialization.Advanced.SchemaImporterExtension objects at the specified index.

IndexOf(SchemaImporterExtension) : int

Searches for the specified item and returns the zero-based index of the first occurrence within the collection.

Insert(int, SchemaImporterExtension)

Inserts the specified System.Xml.Serialization.Advanced.SchemaImporterExtension into the collection at the specified index.

Remove(string)

Removes the System.Xml.Serialization.Advanced.SchemaImporterExtension, specified by name, from the collection.

Remove(SchemaImporterExtension)

Removes the specified System.Xml.Serialization.Advanced.SchemaImporterExtension from the collection.