Udostępnij przez


SortedValue.Index Property

Definition

Gets or sets the values original position within its unsorted array.

[System.Text.Json.Serialization.JsonPropertyName("index")]
public int Index { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("index")>]
member this.Index : int with get, set
Public Property Index As Integer

Property Value

The values original position within its unsorted array.

Attributes

Applies to