Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.XmlQueryStaticData Class Referencesealed

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< WhitespaceRuleWhitespaceRules [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
 

Detailed Description

Definition at line 9 of file XmlQueryStaticData.cs.


The documentation for this class was generated from the following file: