Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
object | Clone () |
bool | MoveNext () |
void | Reset () |
Package Functions | |
BitArrayEnumeratorSimple (BitArray bitArray) | |
Properties | |
object | Current [get] |
Private Member Functions | |
InvalidOperationException | GetInvalidOperationException (int index) |
Private Attributes | |
readonly BitArray | _bitArray |
int | _index |
readonly int | _version |
bool | _currentElement |
Definition at line 13 of file BitArray.cs.