For a list of all members of this type, see SortedReadOnlyDoubleCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new item to the collection. |
![]() | Clear | Clears the items from the collection. |
![]() | Contains | Determines whether the collection contains the provided item. |
![]() | CopyTo | Copies the collection to the provided array, starting at the specified index. |
![]() | GetEnumerator | Gets an enumerator for the collection. |
![]() | IndexOf | Returns the index of the given item. |
![]() | Insert | Inserts the given item as the specified index. |
![]() | Remove | Removes the provided item from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |