|  | ValueCollection Methods | 
The RankedMapTKey, TValueValueCollection type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CopyTo | Copies values to a supplied array, starting as the supplied position. | 
|  | ElementAt | Gets the value at the supplied index. | 
|  | ElementAtOrDefault | Gets the value at the supplied index or the default if the index is out of range. | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | First | Gets the value of the element with the lowest sorted key in the map. | 
|  | GetEnumerator | Gets an enumerator that iterates thru the collection. | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IndexOf | Gets the index of the first element with the supplied value. | 
|  | Last | Gets the value of the element with the highest sorted key in the map. | 
|  | Reverse | Returns an enumerator that iterates thru the map values in reverse key order. | 
|   | Skip | Bypasses a supplied number of values and yields the remaining values. | 
|  | SkipWhile(FuncTValue, Boolean) | 
            Bypasses values as long as a supplied condition is true and yields the remaining values.
             | 
|  | SkipWhile(FuncTValue, Int32, Boolean) | 
            Bypasses values as long as a supplied index-based condition is true and yields the remaining values.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | ICollectionTValueAdd | This implementation always throws a NotSupportedException. | 
|   | ICollectionTValueClear | This implementation always throws a NotSupportedException. | 
|   | ICollectionTValueContains | Determines whether the map contains an element with the supplied value. | 
|   | ICollectionCopyTo | Copies values to a supplied array, starting at the supplied position. | 
|   | IEnumerableTValueGetEnumerator | Gets an enumerator that iterates thru the collection. | 
|   | IEnumerableGetEnumerator | Gets an enumerator that iterates thru the collection. | 
|   | ICollectionTValueRemove | This implementation always throws a NotSupportedException. | 
 See Also
See Also