Method IsNullable
- Namespace
- Alternet.TsTypedefsGenerator.Core.Extensions
- Assembly
- Alternet.Common.TypeScript.v9.dll
IsNullable(Type)
Determined whether the specific type is nullable value type.
public static bool IsNullable(this Type type)
Parameters
type
TypeThe type to inspect.
Returns
- bool
true if the type is nullable value type otherwise false