Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Nullable (T value) | |
readonly T | GetValueOrDefault () |
readonly T | GetValueOrDefault (T defaultValue) |
override bool | Equals (object? other) |
override int | GetHashCode () |
override? string | ToString () |
Static Public Member Functions | |
static implicit | operator T? (T value) |
static | operator T (T? value) |
static int | Compare< T > (T? n1, T? n2) |
static bool | Equals< T > (T? n1, T? n2) |
static ? Type | GetUnderlyingType (Type nullableType) |
Package Attributes | |
T | value |
Properties | |
readonly bool | HasValue [get] |
readonly T | Value [get] |
Private Attributes | |
readonly bool | hasValue |
T | : | struct |
Definition at line 10 of file Nullable.cs.