Types:Nullable`1

From Neos Wiki
Revision as of 12:30, 5 August 2022 by Kisaragi marine (talk | contribs) (Created page with "{| class="wikitable" |- | Color | Type |- | style="background-color:{{Nullable-color}}" | | Nullable<nowiki><T></nowiki> |} A Nullable<nowiki><T></nowiki> is a type that repre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Color Type
style="background-color:Template:Nullable-color" | Nullable<T>

A Nullable<T> is a type that represents the value may be null.