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

Public Member Functions

void CopyTo (Array array, int arrayIndex)
 
IEnumerator GetEnumerator ()
 
void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Package Functions

 ValuesCollection (List< XmlSchemaObjectEntry > entries, int size)
 

Properties

int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 
bool IsReadOnly [get]
 

Private Attributes

readonly List< XmlSchemaObjectEntry_entries
 
readonly int _size
 

Detailed Description

Definition at line 68 of file XmlSchemaObjectTable.cs.


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