Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
QilParameter (QilNodeType nodeType, QilNode defaultValue, QilNode name, XmlQueryType xmlType) | |
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 | |
override int | Count [get] |
override QilNode | this[int index] [get, set] |
QilNode | DefaultValue [get, set] |
QilName | Name [get, set] |
QilNode | Binding [get, set] |
string | DebugName [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 | _name |
QilNode | _binding |
string | _debugName |
Definition at line 3 of file QilParameter.cs.