|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file SymbolsDictionary.cs.