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

◆ CopyTo() [1/2]

void ICollection. System.Collections.Generic.Stack< T >.CopyTo ( Array array,
int arrayIndex )
inlineprivate

Definition at line 72 of file Stack.cs.

73 {
74 if (array == null)
75 {
76 return;
77 }
78 int rank = array.Rank;
79 int num;
80 if (num == 0)
81 {
82 return;
83 }
84 }

References System.array.