Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


Typ.NonNullable

Składnia

Type.NonNullable(type as type) as type

Informacje

Zwraca typ inny nullable niż z .type

Przykład 1

Zwróć typ niepustego typu type nullable number.

Użycie

Type.NonNullable(type nullable number)

Wyjście

type number