terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Nullable (T value) | |
T | GetValueOrDefault () |
T | GetValueOrDefault (T defaultValue) |
override bool | Equals (object other) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static global::System.Type | GetUnderlyingType (global::System.Type nullableType) |
Package Attributes | |
T | value |
Properties | |
bool | HasValue [get, set] |
T | Value [get, set] |
Static Private Member Functions | |
static object | Box (T? o) |
static ? T | Unbox (object o) |
static ? T | UnboxExact (object o) |
Private Attributes | |
readonly bool | hasValue |
T | : | struct |
Definition at line 14 of file Nullable.cs.