iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

TypeUtils.InstantiateNullableType Method 

Instantiate a Nullable Type.

[Visual Basic]
Public Shared Function InstantiateNullableType( _
   ByVal Type As Type _
) As Object
[C#]
public static object InstantiateNullableType(
   Type type
);

Parameters

type
The nullable type.

Return Value

An object.

See Also

TypeUtils Class | IBatisNet.Common.Utilities Namespace