XmlSchemaObjectCollection Constructores

Definición

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection.

Sobrecargas

Nombre Description
XmlSchemaObjectCollection()

Inicializa una nueva instancia de la clase XmlSchemaObjectCollection.

XmlSchemaObjectCollection(XmlSchemaObject)

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

XmlSchemaObjectCollection()

Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs
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
Source:
XmlSchemaObjectCollection.cs
Source:
XmlSchemaObjectCollection.cs

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