XmlSchemaObjectCollection Constructors

Definition

Initializes a new instance of the XmlSchemaObjectCollection class.

Overloads

XmlSchemaObjectCollection()

Initializes a new instance of the XmlSchemaObjectCollection class.

XmlSchemaObjectCollection(XmlSchemaObject)

Initializes a new instance of the XmlSchemaObjectCollection class that takes an XmlSchemaObject.

XmlSchemaObjectCollection()

Initializes a new instance of the XmlSchemaObjectCollection class.

public:
 XmlSchemaObjectCollection();
public XmlSchemaObjectCollection ();
Public Sub New ()

Applies to

XmlSchemaObjectCollection(XmlSchemaObject)

Initializes a new instance of the XmlSchemaObjectCollection class that takes an XmlSchemaObject.

public:
 XmlSchemaObjectCollection(System::Xml::Schema::XmlSchemaObject ^ parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject? parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject parent);
new System.Xml.Schema.XmlSchemaObjectCollection : System.Xml.Schema.XmlSchemaObject -> System.Xml.Schema.XmlSchemaObjectCollection
Public Sub New (parent As XmlSchemaObject)

Parameters

Applies to