Click or drag to resize

TypedSortedListEx TKey , TValue Properties

The TypedSortedListEx TKey, TValue generic type exposes the following members.

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