Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.XmlSchemaObjectTable Class Reference

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]
 
XmlSchemaObjectthis[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>()
 

Detailed Description

Definition at line 6 of file XmlSchemaObjectTable.cs.


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