ExtensionMethods..::..IsNullable<(Of <(<'T>)>)> Method
Determines whether the specified object is nullable.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: 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.