Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IdentityReferenceCollection () | |
IdentityReferenceCollection (int capacity) | |
void | CopyTo (IdentityReference[] array, int offset) |
void | Add (IdentityReference identity) |
bool | Remove (IdentityReference identity) |
void | Clear () |
bool | Contains (IdentityReference identity) |
IEnumerator< IdentityReference > | GetEnumerator () |
IdentityReferenceCollection | Translate (Type targetType) |
IdentityReferenceCollection | Translate (Type targetType, bool forceSuccess) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Properties | |
int | Count [get] |
bool ICollection< IdentityReference >. | IsReadOnly [get] |
IdentityReference | this[int index] [get, set] |
List< IdentityReference > | Identities [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly List< IdentityReference > | _identities |
Definition at line 6 of file IdentityReferenceCollection.cs.