| TypedSortedListEx TKey , TValue Properties | 
The TypedSortedListEx TKey, TValue generic type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Capacity | 
 Capacity of internal buffers.
 | 
|   | Count | 
 FontSize of the collection. Read-only.
 | 
|   | IsFixedSize | 
 Returns True if collection has fixed size, False otherwise.
 | 
|   | IsReadOnly | 
 Returns True if list is readonly, False otherwise. Read-only.
 | 
|   | IsSynchronized | 
 Returns True if the collection is synchronized, False otherwise.
 | 
|   | Item Object | 
 Gets or sets the value associated with the specified key.
 | 
|   | Item TKey | 
 Gets or sets the value associated with the specified key.
 | 
|   | Keys | 
 List of keys. Read-only.
 | 
|   | SyncRoot | 
 Returns the object that can be used to synchronize access to the collection.
Read-only.
 | 
|   | Values | 
 List of values. Read-only.
 | 
 See Also
See Also