NullableConverter Constructor (Type^)

 

Initializes a new instance of the NullableConverter class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
NullableConverter(
	Type^ type
)

Parameters

type
Type: System::Type^

The specified nullable type.

Exception Condition
ArgumentException

type is not a nullable type.

.NET Framework
Available since 2.0
Return to top
Show: