Table of Contents

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 Type

The type to inspect.

Returns

bool

true if the type is nullable value type otherwise false