Version 24.2 (latest)

SortedReadOnlyDoubleCollection Class Methods

For a list of all members of this type, see SortedReadOnlyDoubleCollection members.

Public Methods
 NameDescription
Public MethodAddAdds a new item to the collection.  
Public MethodClearClears the items from the collection.  
Public MethodContainsDetermines whether the collection contains the provided item.  
Public MethodCopyToCopies the collection to the provided array, starting at the specified index.  
Public MethodGetEnumeratorGets an enumerator for the collection.  
Public MethodIndexOfReturns the index of the given item.  
Public MethodInsertInserts the given item as the specified index.  
Public MethodRemoveRemoves the provided item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
See Also