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
|
Public Member Functions | |
void | Add (T item) |
void | Add (T item, bool isActive) |
bool | AddUnique (T item, bool isActive=true) |
bool | EnableItem (T item) |
bool | DisableItem (T item) |
bool | Remove (T item) |
IEnumerator< T > | GetEnumerator () |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
int | IndexOf (T item) |
void | Insert (int index, T item) |
void | RemoveAt (int index) |
void | RemoveAll (Predicate< T > match) |
void | Sort (Comparison< T > sortLayoutFunction) |
IndexedSet () | |
Properties | |
int | Count [get, set] |
int | Capacity [get, set] |
bool | IsReadOnly [get, set] |
T | this[int index] [get, set] |
Private Member Functions | |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
void | Swap (int index1, int index2) |
Private Attributes | |
readonly List< T > | m_List |
Dictionary< T, int > | m_Dictionary |
int | m_EnabledObjectCount |
Definition at line 10 of file IndexedSet.cs.