terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.Schema.BitSet Class Referencesealed
+ Collaboration diagram for System.Xml.Schema.BitSet:

Public Member Functions

 BitSet (int count)
 
void Clear ()
 
void Set (int index)
 
bool Get (int index)
 
int NextSet (int startFrom)
 
void And (BitSet other)
 
void Or (BitSet other)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
BitSet Clone ()
 
bool Intersects (BitSet other)
 

Properties

int Count [get, set]
 
bool this[int index] [get, set]
 

Private Member Functions

 BitSet ()
 
int Subscript (int bitIndex)
 
void EnsureLength (int nRequiredLength)
 

Private Attributes

int count
 
uint[] bits
 

Detailed Description

Definition at line 8 of file BitSet.cs.


The documentation for this class was generated from the following file: