TypeExtensionsIsNullable Method
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static bool IsNullable(
this Type type
)
<ExtensionAttribute>
Public Shared Function IsNullable (
type As Type
) As Boolean
public:
[ExtensionAttribute]
static bool IsNullable(
Type^ type
)
[<ExtensionAttribute>]
static member IsNullable :
type : Type -> bool
- type Type
- The type to check
Boolean, if
type is a
NullableT type; otherwise,
.In Visual Basic and C#, you can call this method as an instance method on any object of type
Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).