Table of Contents

Method GetNullableValueType

Namespace
Alternet.TsTypedefsGenerator.Core.Extensions
Assembly
Alternet.Common.TypeScript.v9.dll

GetNullableValueType(Type)

Retrieves underlaying value type of the nullable value type.

public static Type GetNullableValueType(this Type type)

Parameters

type Type

The type to inspect.

Returns

Type

The underlaying value type.