|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XmlQueryStaticData (XmlWriterSettings defaultWriterSettings, IList< WhitespaceRule > whitespaceRules, StaticDataManager staticData) | |
| XmlQueryStaticData (byte[] data, Type[] ebTypes) | |
| void | GetObjectData (out byte[] data, out Type[] ebTypes) |
Properties | |
| XmlWriterSettings | DefaultWriterSettings [get] |
| IList< WhitespaceRule > | WhitespaceRules [get] |
| string[] | Names [get] |
| StringPair[][] | PrefixMappingsList [get] |
| Int32Pair[] | Filters [get] |
| XmlQueryType[] | Types [get] |
| XmlCollation[] | Collations [get] |
| string[] | GlobalNames [get] |
| EarlyBoundInfo[] | EarlyBound [get] |
Private Attributes | |
| readonly XmlWriterSettings | _defaultWriterSettings |
| readonly IList< WhitespaceRule > | _whitespaceRules |
| readonly string[] | _names |
| readonly StringPair[][] | _prefixMappingsList |
| readonly Int32Pair[] | _filters |
| readonly XmlQueryType[] | _types |
| readonly XmlCollation[] | _collations |
| readonly string[] | _globalNames |
| readonly EarlyBoundInfo[] | _earlyBound |
Definition at line 9 of file XmlQueryStaticData.cs.