Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
void | Add (XmlQualifiedName qname, object value) |
void | Add (string name, string ns, object value) |
Array | ToArray (Type type) |
Properties | |
object | this[XmlQualifiedName qname] [get, set] |
object | this[string name, string ns] [get, set] |
object INameScope. | this[string name, string ns] [get, set] |
ICollection | Values [get] |
Private Attributes | |
readonly Dictionary< NameKey, object > | _table = new Dictionary<NameKey, object>() |
Definition at line 6 of file NameTable.cs.