Bridge

Nullable<(Of <(<'T>)>)> ExplicitNarrowingExplicitExplicitExplicit Conversion (Nullable to T)

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

Syntax


public static explicit operator T (
	Nullable<T> value
)
Public Shared Narrowing Operator CType ( _
	value As Nullable(Of T) _
) As T
static explicit operator T (
	Nullable<T> value
)

Parameters

value
Type: System..::..Nullable<(Of <(<'T>)>)>