RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..IsNullable<(Of <(<'T>)>)> Method

Determines whether the specified object is nullable.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static bool IsNullable<T>(
	this T obj
)
<ExtensionAttribute> _
Public Shared Function IsNullable(Of T) ( _
	obj As T _
) As Boolean
[ExtensionAttribute]
public:
generic<typename T>
static bool^ IsNullable(
	T obj
)

Type Parameters

T

Parameters

obj
Type: T
The object.

Return Value

true if the specified object is nullable; otherwise, false.