SortedValue Class

Definition

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.

Applies to