| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| QilInvokeEarlyBound (QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType) | |
| virtual QilNode | DeepClone (QilFactory f) | 
| virtual QilNode | ShallowClone (QilFactory f) | 
| virtual void | Insert (int index, QilNode node) | 
| void | Insert (int index, T item) | 
| virtual void | RemoveAt (int index) | 
| IEnumerator< QilNode > | GetEnumerator () | 
| virtual void | Add (QilNode node) | 
| virtual void | Add (IList< QilNode > list) | 
| void | Add (T item) | 
| virtual void | Clear () | 
| virtual bool | Contains (QilNode node) | 
| bool | Contains (T item) | 
| virtual void | CopyTo (QilNode[] array, int index) | 
| void | CopyTo (T[] array, int arrayIndex) | 
| virtual bool | Remove (QilNode node) | 
| bool | Remove (T item) | 
| virtual int | IndexOf (QilNode node) | 
| int | IndexOf (T item) | 
Protected Attributes | |
| QilNodeType | nodeType | 
| XmlQueryType | xmlType | 
| ISourceLineInfo | sourceLine | 
| object | annotation | 
Properties | |
| QilName | Name [get] | 
| MethodInfo | ClrMethod [get] | 
| QilList | Arguments [get] | 
| override int | Count [get] | 
| override QilNode | this[int index] [get, set] | 
| QilNode | Left [get] | 
| QilNode | Center [get, set] | 
| QilNode | Right [get, set] | 
| QilNodeType | NodeType [get, set] | 
| virtual XmlQueryType | XmlType [get, set] | 
| ISourceLineInfo | SourceLine [get, set] | 
| object | Annotation [get, set] | 
| virtual bool | IsReadOnly [get] | 
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () | 
Private Attributes | |
| QilNode | _left | 
| QilNode | _center | 
| QilNode | _right | 
Definition at line 5 of file QilInvokeEarlyBound.cs.