![]() |
Members | Description | ||
comparator | ||||
unique | ||||
root | ||||
nMembers | ||||
SortedCollection | ||||
Length |
Get number of objects in the collection
|
|||
Count |
Get number of objects in the collection
|
|||
IsSynchronized | ||||
SyncRoot | ||||
CopyTo | ||||
SortedCollection | ||||
GetComparator |
Get comparator used in this collection
|
|||
this | Access element by key
|
|||
this | Access elements by key range
|
|||
Add |
Add new member to collection
|
|||
Contains |
Check if collections contains specified member
|
|||
Remove |
Remove member from collection
|
|||
Clear |
Remove all objects from the collection
|
|||
ToArray |
Get all objects in the index as array ordered by index key.
|
|||
ToArray | Get all objects in the index as array of specified type orderd by index key
|
|||
TtreeEnumerator | ||||
GetEnumerator |
Get iterator for traversing collection members with key belonging to the specified range.
|
|||
GetEnumerator |
Get iterator for traversing collection members with key belonging to the specified range.
|