Type:Nullable`1: Difference between revisions

From Resonite Wiki
imported>Kisaragi marine
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..."
 
m Epsilion moved page Types:Nullable`1 to Type:Nullable`1: Making type category singular
(No difference)

Revision as of 17:56, 14 January 2024

Color Type
style="background-color:Template:Nullable-color" | Nullable<T>

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