Bahasa

XmlSchemaObjectCollection Konstruktor

Definisi

Menginisialisasi instans baru dari kelas XmlSchemaObjectCollection.

Overload

Nama Deskripsi
XmlSchemaObjectCollection()

Menginisialisasi instans baru dari kelas XmlSchemaObjectCollection.

XmlSchemaObjectCollection(XmlSchemaObject)

Menginisialisasi instans XmlSchemaObjectCollection baru kelas yang mengambil XmlSchemaObject.

XmlSchemaObjectCollection()

Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs

Menginisialisasi instans baru dari kelas XmlSchemaObjectCollection.

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

Berlaku untuk

XmlSchemaObjectCollection(XmlSchemaObject)

Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs
Sumber:
XmlSchemaObjectCollection.cs

Menginisialisasi instans XmlSchemaObjectCollection baru kelas yang mengambil 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)

Parameter

Berlaku untuk