Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.ListSortDescriptionCollection Class Reference

Public Member Functions

 ListSortDescriptionCollection ()
 
 ListSortDescriptionCollection (ListSortDescription?[]? sorts)
 
bool Contains (object? value)
 
int IndexOf (object? value)
 
void CopyTo (Array array, int index)
 
int Add (object? value)
 
void Insert (int index, object? value)
 
void Remove (object? value)
 

Properties

ListSortDescriptionthis[int index] [get, set]
 
bool IList. IsFixedSize [get]
 
bool IList. IsReadOnly [get]
 
object? IList. this[int index] [get, set]
 
int Count [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 

Private Member Functions

int IList. Add (object value)
 
void IList. Clear ()
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 
void IList. RemoveAt (int index)
 
IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

readonly ArrayList _sorts = new ArrayList()
 

Detailed Description

Definition at line 5 of file ListSortDescriptionCollection.cs.


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