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.ParamsArray Struct Reference

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]
 
object this[int index] [get]
 

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 6 of file ParamsArray.cs.


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