DssSortedList(TKey, TValue) Properties

Microsoft Robotics Class Reference

The DssSortedList< (Of < ( <'TKey, TValue> ) > ) > type exposes the following members.

Properties

  Name Description
Public property Capacity
Gets or sets the number of elements that the SortedList< (Of < ( <'TKey, TValue> ) > ) > can contain.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public property Comparer
Gets the IComparer< (Of < ( <'T> ) > ) > for the sorted list.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public property Count
Gets the number of key/value pairs contained in the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public property Item
Gets or sets the value associated with the specified key.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public property Keys
Gets a collection containing the keys in the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public property Values
Gets a collection containing the values in the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)

See Also

DssSortedList< (Of < ( <'TKey, TValue> ) > ) > Class

Microsoft.Dss.Core.Utilities Namespace