ParameterElement 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 ParameterElement class.
Overloads
ParameterElement() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ParameterElement class. |
ParameterElement(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ParameterElement class with the specified index. |
ParameterElement(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ParameterElement class with the specified type name. |
ParameterElement()
Initializes a new instance of the ParameterElement class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
ParameterElement();
public ParameterElement ();
Public Sub New ()
Applies to
ParameterElement(Int32)
Initializes a new instance of the ParameterElement class with the specified index.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
ParameterElement(int index);
public ParameterElement (int index);
new System.Runtime.Serialization.Configuration.ParameterElement : int -> System.Runtime.Serialization.Configuration.ParameterElement
Public Sub New (index As Integer)
Parameters
- index
- Int32
Specifies a position in the collection of parameters.
Applies to
ParameterElement(String)
Initializes a new instance of the ParameterElement class with the specified type name.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
ParameterElement(System::String ^ typeName);
public ParameterElement (string typeName);
new System.Runtime.Serialization.Configuration.ParameterElement : string -> System.Runtime.Serialization.Configuration.ParameterElement
Public Sub New (typeName As String)
Parameters
- typeName
- String
The name of the parameter's type.