Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.NameTable Class Referencesealed

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>()
 

Detailed Description

Definition at line 6 of file NameTable.cs.


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