System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection.Add Method

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

Syntax

public int Add (string name, Type type)

Parameters

name
A custom name for the extension.
type
The System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection to add.

Returns

The index of the newly added item.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization.Advanced
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0