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

Public Member Functions

int DeclareName (string name)
 
int DeclareNameFilter (string locName, string nsUri)
 
int DeclarePrefixMappings (IList< QilNode > list)
 
int DeclareGlobalValue (string name)
 
int DeclareEarlyBound (string namespaceUri, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] Type ebType)
 
int DeclareXmlType (XmlQueryType type)
 
int DeclareCollation (string collation)
 

Properties

string[] Names [get]
 
Int32Pair[] NameFilters [get]
 
StringPair[][] PrefixMappingsList [get]
 
string[] GlobalNames [get]
 
EarlyBoundInfo[] EarlyBound [get]
 
XmlQueryType[] XmlTypes [get]
 
XmlCollation[] Collations [get]
 

Private Attributes

UniqueList< string_uniqueNames
 
UniqueList< Int32Pair_uniqueFilters
 
List< StringPair[]> _prefixMappingsList
 
List< string_globalNames
 
UniqueList< EarlyBoundInfo_earlyInfo
 
UniqueList< XmlQueryType_uniqueXmlTypes
 
UniqueList< XmlCollation_uniqueCollations
 

Detailed Description

Definition at line 8 of file StaticDataManager.cs.


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