Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Xslt.CompilerErrorCollection Class Referencesealed

Public Member Functions

int Add (CompilerError value)
 
void AddRange (CompilerError[] value)
 
void CopyTo (CompilerError[] array, int index)
 
void Clear ()
 
void RemoveAt (int index)
 
bool Contains (object? value)
 
int Add (object? value)
 
void Remove (object? value)
 
int IndexOf (object? value)
 
void Insert (int index, object? value)
 
IEnumerator GetEnumerator ()
 

Protected Member Functions

virtual void OnSet (int index, object? oldValue, object? newValue)
 
virtual void OnInsert (int index, object? value)
 
virtual void OnClear ()
 
virtual void OnRemove (int index, object? value)
 
virtual void OnValidate (object value)
 
virtual void OnSetComplete (int index, object? oldValue, object? newValue)
 
virtual void OnInsertComplete (int index, object? value)
 
virtual void OnClearComplete ()
 
virtual void OnRemoveComplete (int index, object? value)
 

Properties

ArrayList InnerList [get]
 
IList List [get]
 
int Capacity [get, set]
 
int Count [get]
 
bool IList. IsReadOnly [get]
 
bool IList. IsFixedSize [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
object? IList. this[int index] [get, set]
 

Private Member Functions

bool IList. Contains (object value)
 
void IList. Remove (object value)
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 

Private Attributes

readonly ArrayList _list
 

Detailed Description

Definition at line 5 of file CompilerErrorCollection.cs.


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