ParameterElement Constructor (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.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
ParameterElement(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The name of the parameter's type.

.NET Framework
Available since 3.0
Return to top
Show: