Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.BitSet Class Referencesealed

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 ([NotNullWhen(true)] object obj)
 
BitSet Clone ()
 
bool Intersects (BitSet other)
 

Properties

int Count [get]
 
bool this[int index] [get]
 
bool IsEmpty [get]
 

Private Member Functions

 BitSet (int count, uint[] bits)
 
int Subscript (int bitIndex)
 
void EnsureLength (int nRequiredLength)
 

Private Attributes

readonly int _count
 
uint[] _bits
 

Detailed Description

Definition at line 5 of file BitSet.cs.


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