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

◆ Clone()

BitSet System.Xml.Schema.BitSet.Clone ( )
inline

Definition at line 153 of file BitSet.cs.

154 {
155 object obj;
156 do
157 {
158 int num = this.count;
159 uint[] array = this.bits;
160 }
161 while (obj == null || (obj != null && obj != null));
162 throw new InvalidCastException();
163 }

References System.array, System.Xml.Schema.BitSet.bits, System.Xml.Schema.BitSet.count, and System.obj.

Referenced by System.Xml.Schema.ParticleContentValidator.GetApplicableMinMaxFollowPos().