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

◆ Or()

void System.Xml.Schema.BitSet.Or ( BitSet other)
inline

Definition at line 129 of file BitSet.cs.

130 {
131 uint[] array = other.bits;
132 uint[] array2 = this.bits;
133 uint[] array3 = other.bits;
134 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.Schema.BitSet.bits, and j__TPar.