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.Security.Cryptography.OidCollection.CopyTo ( Array array,
int index )
inlineprivate

Definition at line 90 of file OidCollection.cs.

91 {
92 if (array != null)
93 {
94 int rank = array.Rank;
95 int length = array.Length;
96 int size = this._list._size;
97 int length2 = array.Length;
98 long num = 0L;
99 int size2 = this._list._size;
100 Oid oid = this[(int)num];
101 array.SetValue(oid, index);
102 return;
103 }
104 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.OidCollection._list, System.array, System.index, j__TPar, System.L, System.Array.Length, and System.length.