terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.GameComponentCollection Class Referencesealed
+ Inheritance diagram for Microsoft.Xna.Framework.GameComponentCollection:

Public Member Functions

 GameComponentCollection ()
 
void Add (T item)
 
void Clear ()
 
void CopyTo (T[] array, int index)
 
bool Contains (T item)
 
IEnumerator< T > GetEnumerator ()
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
bool Remove (T item)
 
void RemoveAt (int index)
 

Protected Member Functions

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

Properties

EventHandler< GameComponentCollectionEventArgsComponentAdded
 
EventHandler< GameComponentCollectionEventArgsComponentRemoved
 
int Count [get]
 
IList< T > Items [get]
 
this[int index] [get, set]
 
object IList. this[int index] [get, set]
 
bool ICollection< T >. IsReadOnly [get]
 
bool IList. IsReadOnly [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 

Private Member Functions

void OnComponentAdded (GameComponentCollectionEventArgs eventArgs)
 
void OnComponentRemoved (GameComponentCollectionEventArgs eventArgs)
 
int IList. Add (object value)
 
void ICollection. CopyTo (Array array, int index)
 
bool IList. Contains (object value)
 
IEnumerator IEnumerable. GetEnumerator ()
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

IList< T > items
 

Detailed Description

Definition at line 9 of file GameComponentCollection.cs.


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