Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DesignerCollection (IDesignerHost[]? designers) | |
DesignerCollection (IList? designers) | |
IEnumerator | GetEnumerator () |
Properties | |
int | Count [get] |
virtual ? IDesignerHost | this[int index] [get] |
int ICollection. | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Member Functions | |
void ICollection. | CopyTo (Array array, int index) |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly IList | _designers |
Definition at line 5 of file DesignerCollection.cs.