SortableList Properties |
The SortableList type exposes the following members.
Name | Description | |
---|---|---|
AddDuplicates |
If set to true, it will not be possible to add an object to the list if its value is already in the list.
| |
Capacity |
Idem ArrayList | |
Count |
IList.ICollection implementation.
Idem ArrayList | |
IsFixedSize |
IList implementation.
Idem ArrayList | |
IsReadOnly |
IList implementation.
Idem ArrayList | |
IsSorted |
'Get only' property that indicates if the list is sorted.
| |
IsSynchronized |
IList.ICollection implementation.
Idem ArrayList | |
Item |
IList implementation.
Gets - or sets - object's value at a specified index.
The set operation is impossible if the KeepSorted property is set to true.
| |
KeepSorted |
Get : Indicates if the list must be kept sorted from now on.
Set : Tells the list if it must stay sorted or not. Impossible to set to true if the list is not sorted.
KeepSorted==true implies that IsSorted==true
| |
SyncRoot |
IList.ICollection implementation.
Idem ArrayList |