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.ComponentModel.ComponentCollection Class Reference
+ Inheritance diagram for System.ComponentModel.ComponentCollection:
+ Collaboration diagram for System.ComponentModel.ComponentCollection:

Public Member Functions

 ComponentCollection (IComponent[] components)
 
void CopyTo (IComponent[] array, int index)
 
virtual IEnumerator GetEnumerator ()
 

Properties

virtual IComponent this[string name] [get, set]
 
virtual IComponent this[int index] [get, set]
 
ArrayList InnerList [get, set]
 
virtual int Count [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 

Private Attributes

ArrayList _list
 

Detailed Description

Definition at line 9 of file ComponentCollection.cs.


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