XmlSchemaObjectCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XmlSchemaObjectCollection
class.
Overloads
XmlSchemaObjectCollection() |
Initializes a new instance of the |
XmlSchemaObjectCollection(XmlSchemaObject) |
Initializes a new instance of the |
XmlSchemaObjectCollection()
- Source:
- XmlSchemaObjectCollection.cs
- Source:
- XmlSchemaObjectCollection.cs
- Source:
- XmlSchemaObjectCollection.cs
Initializes a new instance of the XmlSchemaObjectCollection
class.
public:
XmlSchemaObjectCollection();
public XmlSchemaObjectCollection ();
Public Sub New ()
Applies to
XmlSchemaObjectCollection(XmlSchemaObject)
- Source:
- XmlSchemaObjectCollection.cs
- Source:
- XmlSchemaObjectCollection.cs
- Source:
- XmlSchemaObjectCollection.cs
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
- parent
- XmlSchemaObject
The XmlSchemaObject.