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
Loading...
Searching...
No Matches
UnityEngine.UI.Collections.IndexedSet< T > Class Template Reference
+ Inheritance diagram for UnityEngine.UI.Collections.IndexedSet< T >:
+ Collaboration diagram for UnityEngine.UI.Collections.IndexedSet< T >:

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< TGetEnumerator ()
 
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< Tm_List
 
Dictionary< T, int > m_Dictionary
 
int m_EnabledObjectCount
 

Detailed Description

Definition at line 10 of file IndexedSet.cs.


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