terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 Type | GetUnderlyingType (Type nullableType) |
Package Attributes | |
T | value |
Properties | |
bool | HasValue [get] |
T | Value [get] |
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 10 of file Nullable.cs.