TypeElement Konstruktory

Definice

Inicializuje novou instanci TypeElement třídy .

Přetížení

TypeElement()

Inicializuje novou instanci TypeElement třídy .

TypeElement(String)

Inicializuje novou instanci TypeElement třídy se zadaným názvem typu.

TypeElement()

Inicializuje novou instanci TypeElement třídy .

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

Platí pro

TypeElement(String)

Inicializuje novou instanci TypeElement třídy se zadaným názvem typu.

public:
 TypeElement(System::String ^ typeName);
public TypeElement (string typeName);
new System.Runtime.Serialization.Configuration.TypeElement : string -> System.Runtime.Serialization.Configuration.TypeElement
Public Sub New (typeName As String)

Parametry

typeName
String

Název typu, který používá známé typy.

Platí pro