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.ObjectModel.Collection< T > Class Template Reference
+ Inheritance diagram for System.Collections.ObjectModel.Collection< T >:
+ Collaboration diagram for System.Collections.ObjectModel.Collection< T >:

Public Member Functions

 Collection ()
 
 Collection (global::System.Collections.Generic.IList< T > list)
 
void Add (T item)
 
void Clear ()
 
void CopyTo (T[] array, int index)
 
bool Contains (T item)
 
global::System.Collections.Generic.IEnumerator< TGetEnumerator ()
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
bool Remove (T item)
 
void RemoveAt (int index)
 

Protected Member Functions

virtual void ClearItems ()
 
virtual void InsertItem (int index, T item)
 
virtual void RemoveItem (int index)
 
virtual void SetItem (int index, T item)
 

Properties

int Count [get, set]
 
global::System.Collections.Generic.IList< TItems [get, set]
 
T this[int index] [get, set]
 
bool System.Collections.Generic.ICollection< T >. IsReadOnly [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 
object System.Collections.IList. Item [get, set]
 
bool System.Collections.IList. IsReadOnly [get, set]
 
bool System.Collections.IList. IsFixedSize [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void System.Collections.ICollection. CopyTo (global::System.Array array, int index)
 
int System.Collections.IList. Add (object value)
 
bool System.Collections.IList. Contains (object value)
 
int System.Collections.IList. IndexOf (object value)
 
void System.Collections.IList. Insert (int index, object value)
 
void System.Collections.IList. Remove (object value)
 

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

global::System.Collections.Generic.IList< Titems
 

Detailed Description

Definition at line 16 of file Collection.cs.


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