Click or drag to resize

TrulyObservableOrderedSetT Methods

The TrulyObservableOrderedSetT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an object to the end of the ordered set if the set does not already contain the item.
Public methodClear
Clears the ordered set.
Public methodContains
Determines whether an element is in the set.
Public methodCopyTo
Copies the values of the set to an array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the set.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence.
Public methodInsert
Inserts an element at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes an element from the set.
Public methodRemoveAt
Removes an element at the specified index from the set.
Public methodSortTKey
Sorts the set.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also