XmlSchemaObjectCollection Constructores

Definición

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection.

Sobrecargas

XmlSchemaObjectCollection()

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection.

XmlSchemaObjectCollection(XmlSchemaObject)

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection que toma un XmlSchemaObject.

XmlSchemaObjectCollection()

Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection.

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

Se aplica a

XmlSchemaObjectCollection(XmlSchemaObject)

Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection que toma un 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)

Parámetros

Se aplica a