Bridge

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

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

Syntax


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

Parameters

value
Type: T