terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Nullable< T > Class Template Reference

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
 

Detailed Description

Type Constraints
T :struct 

Definition at line 10 of file Nullable.cs.


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