|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Set (QName n, string v) |
| void | Set (QName n, int pos) |
| void | GetLocalnameAndNamespaceUri (out string localname, out string namespaceUri) |
| int | GetLocalnameAndNamespaceUriAndHash (out string localname, out string namespaceUri) |
| bool | MatchNS (string localname, string namespaceUri) |
| bool | MatchHashNS (int hash, string localname, string namespaceUri) |
| void | AdjustPosition (int adj) |
Public Attributes | |
| QName | name |
| string | val |
| int | contentPos |
| int | hashCode |
| int | prevHash |
Definition at line 151 of file XmlSqlBinaryReader.cs.