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
System.Collections.Generic.LowLevelList< T > Member List

This is the complete list of members for System.Collections.Generic.LowLevelList< T >, including all inherited members.

_itemsSystem.Collections.Generic.LowLevelList< T >protected
_sizeSystem.Collections.Generic.LowLevelList< T >protected
_versionSystem.Collections.Generic.LowLevelList< T >protected
Add(T item)System.Collections.Generic.LowLevelList< T >inline
AddRange(IEnumerable< T > collection)System.Collections.Generic.LowLevelList< T >inline
CapacitySystem.Collections.Generic.LowLevelList< T >
Clear()System.Collections.Generic.LowLevelList< T >inline
Contains(T item)System.Collections.Generic.LowLevelList< T >inline
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.LowLevelList< T >inline
CountSystem.Collections.Generic.LowLevelList< T >
EnsureCapacity(int min)System.Collections.Generic.LowLevelList< T >inlineprivate
IndexOf(T item)System.Collections.Generic.LowLevelList< T >inline
Insert(int index, T item)System.Collections.Generic.LowLevelList< T >inline
InsertRange(int index, IEnumerable< T > collection)System.Collections.Generic.LowLevelList< T >inline
LowLevelList()System.Collections.Generic.LowLevelList< T >inline
LowLevelList(int capacity)System.Collections.Generic.LowLevelList< T >inline
LowLevelList()System.Collections.Generic.LowLevelList< T >inlineprivatestatic
Remove(T item)System.Collections.Generic.LowLevelList< T >inline
RemoveAll(global::System.Predicate< T > match)System.Collections.Generic.LowLevelList< T >inline
RemoveAt(int index)System.Collections.Generic.LowLevelList< T >inline
s_emptyArraySystem.Collections.Generic.LowLevelList< T >privatestatic
this[int index]System.Collections.Generic.LowLevelList< T >