Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | GetBinaryForm (byte[] binaryForm, int offset) |
void | CopyTo (GenericAce[] array, int index) |
AceEnumerator | GetEnumerator () |
Static Public Attributes | |
static readonly byte | AclRevision = 2 |
static readonly byte | AclRevisionDS = 4 |
static readonly int | MaxBinaryLength = 65535 |
Properties | |
byte | Revision [get] |
int | BinaryLength [get] |
GenericAce | this[int index] [get, set] |
int | Count [get] |
bool | IsSynchronized [get] |
virtual object | SyncRoot [get] |
Private Member Functions | |
void ICollection. | CopyTo (Array array, int index) |
IEnumerator IEnumerable. | GetEnumerator () |
Definition at line 5 of file GenericAcl.cs.