TypeType.NonNullableOn this pageType.NonNullable Atgriež neNullējamu tipu no tipa. Syntax Type.NonNullable( type as type) as type Remarks Atgriež tipu, kas nav Nullable tips, no type. Examples Example #1 Atgrieziet type Nullable number neNullējamu tipu. Type.NonNullable(type nullable number) Result: type number Category Type