DssSortedList(TKey, TValue) Methods

Microsoft Robotics Class Reference

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

Methods

  Name Description
Public method Add
Adds an element with the specified key and value into the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method Clear
Removes all elements from the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method Clone
Clone the SortedList
Public method ContainsKey
Determines whether the SortedList< (Of < ( <'TKey, TValue> ) > ) > contains a specific key.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method ContainsValue
Determines whether the SortedList< (Of < ( <'TKey, TValue> ) > ) > contains a specific value.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method CopyTo
Copy To DssSortedList(TKey, TValue)
Public method Deserialize
Binary Deserialization
Public method Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Equals(DssSortedList< (Of < <' (TKey, TValue> ) > > ))
Compare one DssSortedList to another.
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOfKey
Searches for the specified key and returns the zero-based index within the entire SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method IndexOfValue
Searches for the specified value and returns the zero-based index of the first occurrence within the entire SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the element with the specified key from the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method RemoveAt
Removes the element at the specified index of the SortedList< (Of < ( <'TKey, TValue> ) > ) >.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method Serialize
Binary Serialization
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method TrimExcess
Sets the capacity to the actual number of elements in the SortedList< (Of < ( <'TKey, TValue> ) > ) >, if that number is less than 90 percent of current capacity.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)
Public method TryGetValue
Gets the value associated with the specified key.
(Inherited from SortedList< (Of < ( <'TKey, TValue> ) > ) >.)

See Also

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

Microsoft.Dss.Core.Utilities Namespace