Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.ComponentCollection Class Reference

Public Member Functions

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

Properties

virtual ? IComponent this[string? name] [get]
 
virtual ? IComponent this[int index] [get]
 
ArrayList InnerList [get]
 
virtual int Count [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 

Private Attributes

ArrayList _list
 

Detailed Description

Definition at line 5 of file ComponentCollection.cs.


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