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
Loading...
Searching...
No Matches
System.Nullable< T > Class Template Reference
+ Collaboration diagram for System.Nullable< T >:

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
 

Detailed Description

Type Constraints
T :struct 

Definition at line 14 of file Nullable.cs.


The documentation for this class was generated from the following files: