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

◆ Set()

void System.Xml.Schema.BitSet.Set ( int index)
inline

Definition at line 65 of file BitSet.cs.

66 {
67 this.EnsureLength(index);
68 uint[] array = this.bits;
69 }
void EnsureLength(int nRequiredLength)
Definition BitSet.cs:188

References System.array, System.Xml.Schema.BitSet.bits, and System.Xml.Schema.BitSet.EnsureLength().