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
|
This is the complete list of members for System.Nullable< T >, including all inherited members.
Box(T? o) | System.Nullable< T > | inlineprivatestatic |
Equals(object other) | System.Nullable< T > | inline |
GetHashCode() | System.Nullable< T > | inline |
GetUnderlyingType(global::System.Type nullableType) | System.Nullable< T > | inlinestatic |
GetValueOrDefault() | System.Nullable< T > | inline |
GetValueOrDefault(T defaultValue) | System.Nullable< T > | inline |
HasValue | System.Nullable< T > | |
hasValue | System.Nullable< T > | private |
Nullable(T value) | System.Nullable< T > | inline |
ToString() | System.Nullable< T > | inline |
Unbox(object o) | System.Nullable< T > | inlineprivatestatic |
UnboxExact(object o) | System.Nullable< T > | inlineprivatestatic |
Value | System.Nullable< T > | |
value | System.Nullable< T > | package |