SortedValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value that can be sorted and still refer to its original position with a source array.
public class SortedValue
type SortedValue = class
Public Class SortedValue
- Inheritance
-
SortedValue
Constructors
SortedValue() |
Properties
Index |
Gets or sets the values original position within its unsorted array. |
Value |
Gets or sets the value that will be sorted. |