Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.SymbolsDictionary Class Referencesealed

Public Member Functions

 SymbolsDictionary ()
 
int AddName (XmlQualifiedName name, object particle)
 
void AddNamespaceList (NamespaceList list, object particle, bool allowLocal)
 
ICollection GetNamespaceListSymbols (NamespaceList list)
 
bool Exists (XmlQualifiedName name)
 
object GetParticle (int symbol)
 
string NameOf (int symbol)
 

Properties

int Count [get]
 
bool IsUpaEnforced [get, set]
 
int this[XmlQualifiedName name] [get]
 

Private Member Functions

void AddWildcard (string wildcard, object particle)
 

Private Attributes

int _last
 
readonly Hashtable _names
 
Hashtable _wildcards
 
readonly ArrayList _particles
 
object _particleLast
 
bool _isUpaEnforced = true
 

Detailed Description

Definition at line 5 of file SymbolsDictionary.cs.


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