Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | NamesCollection |
class | ValuesCollection |
struct | XmlSchemaObjectEntry |
class | XSODictionaryEnumerator |
class | XSOEnumerator |
Public Member Functions | |
bool | Contains (XmlQualifiedName name) |
IDictionaryEnumerator | GetEnumerator () |
Package Types | |
enum | EnumeratorType { Keys , Values , DictionaryEntry } |
Package Functions | |
XmlSchemaObjectTable () | |
void | Add (XmlQualifiedName name, XmlSchemaObject value) |
void | Insert (XmlQualifiedName name, XmlSchemaObject value) |
void | Replace (XmlQualifiedName name, XmlSchemaObject value) |
void | Clear () |
void | Remove (XmlQualifiedName name) |
Properties | |
int | Count [get] |
XmlSchemaObject? | this[XmlQualifiedName name] [get] |
ICollection | Names [get] |
ICollection | Values [get] |
Private Member Functions | |
int | FindIndexByValue (XmlSchemaObject xso) |
Private Attributes | |
readonly Dictionary< XmlQualifiedName, XmlSchemaObject > | _table = new Dictionary<XmlQualifiedName, XmlSchemaObject>() |
readonly List< XmlSchemaObjectEntry > | _entries = new List<XmlSchemaObjectEntry>() |
Definition at line 6 of file XmlSchemaObjectTable.cs.