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.ParamsArray Struct Reference
+ Collaboration diagram for System.ParamsArray:

Public Member Functions

 ParamsArray (object arg0)
 
 ParamsArray (object arg0, object arg1)
 
 ParamsArray (object arg0, object arg1, object arg2)
 
 ParamsArray (object[] args)
 

Static Public Member Functions

static ParamsArray ()
 

Properties

int Length [get, set]
 
object this[int index] [get, set]
 

Private Member Functions

object GetAtSlow (int index)
 

Private Attributes

readonly object _arg0
 
readonly object _arg1
 
readonly object _arg2
 
readonly object[] _args
 

Static Private Attributes

static readonly object[] s_oneArgArray
 
static readonly object[] s_twoArgArray
 
static readonly object[] s_threeArgArray
 

Detailed Description

Definition at line 11 of file ParamsArray.cs.


The documentation for this struct was generated from the following file: