The following tables list the members exposed by SortedReadOnlyDoubleCollection.
Name | Description | |
---|---|---|
![]() | SortedReadOnlyDoubleCollection Constructor | Constructs a new SafeSortedReadOnlyDoubleCollection instance. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsReadOnly | Gets whether the collection is readonly. |
![]() | Item | Gets or sets the item at the specified index. |
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. |