XmlSchemaObjectCollection()

XmlSchemaObjectCollection::XmlSchemaObjectCollection() constructor

Initializes a new instance of the XmlSchemaObjectCollection class.

System::Xml::Schema::XmlSchemaObjectCollection::XmlSchemaObjectCollection()

XmlSchemaObjectCollection::XmlSchemaObjectCollection(const SharedPtr<XmlSchemaObject>&) constructor

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

System::Xml::Schema::XmlSchemaObjectCollection::XmlSchemaObjectCollection(const SharedPtr<XmlSchemaObject> &parent)

Arguments

ParameterTypeDescription
parentconst SharedPtr<XmlSchemaObject>&The XmlSchemaObject.

See Also