DeclaredTypeElement 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 DeclaredTypeElement class.
Overloads
DeclaredTypeElement() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DeclaredTypeElement class. |
DeclaredTypeElement(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DeclaredTypeElement class with the specified type name. |
DeclaredTypeElement()
Initializes a new instance of the DeclaredTypeElement class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DeclaredTypeElement();
public DeclaredTypeElement ();
Public Sub New ()
Applies to
DeclaredTypeElement(String)
Initializes a new instance of the DeclaredTypeElement class with the specified type name.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
DeclaredTypeElement(System::String ^ typeName);
public DeclaredTypeElement (string typeName);
new System.Runtime.Serialization.Configuration.DeclaredTypeElement : string -> System.Runtime.Serialization.Configuration.DeclaredTypeElement
Public Sub New (typeName As String)
Parameters
- typeName
- String
The name of the type that requires a collection of known types.