Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
QilName (QilNodeType nodeType, string local, string uri, string prefix) | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object other) |
override string | ToString () |
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) |
Static Public Member Functions | |
static bool | operator== (QilName a, QilName b) |
static bool | operator!= (QilName a, QilName b) |
static implicit | operator string (QilLiteral literal) |
static implicit | operator int (QilLiteral literal) |
static implicit | operator long (QilLiteral literal) |
static implicit | operator double (QilLiteral literal) |
static implicit | operator decimal (QilLiteral literal) |
static implicit | operator XmlQueryType (QilLiteral literal) |
Protected Attributes | |
QilNodeType | nodeType |
XmlQueryType | xmlType |
ISourceLineInfo | sourceLine |
object | annotation |
Properties | |
string | LocalName [get, set] |
string | NamespaceUri [get, set] |
string | Prefix [get, set] |
string | QualifiedName [get] |
object | Value [get, set] |
QilNodeType | NodeType [get, set] |
virtual XmlQueryType | XmlType [get, set] |
ISourceLineInfo | SourceLine [get, set] |
object | Annotation [get, set] |
virtual int | Count [get] |
virtual QilNode | this[int index] [get, set] |
virtual bool | IsReadOnly [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
string | _local |
string | _uri |
string | _prefix |
object | _value |
Definition at line 5 of file QilName.cs.