System.Xml.Serialization.XmlSchemas.Add Method

Adds an System.Xml.Schema.XmlSchema object that represents an assembly reference to the collection.

Syntax

public int Add (System.Xml.Schema.XmlSchema schema, Uri baseUri)

Parameters

schema
The System.Xml.Schema.XmlSchema to add.
baseUri
The Uri of the schema object.

Returns

The index at which the System.Xml.Schema.XmlSchema is added.

Remarks

Documentation for this section has not yet been entered.

Requirements

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