Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Returns the SortColumnDescription at the specified index.
Read time 1 minuteLast updated 12 days ago

Definition

this[int]

public SortColumnDescription this[int index] { get; }

Parameters

index

The index of the SortColumnDescription to locate.

Returns

Type

Description

SortColumnDescriptionThe SortColumnDescription at the specified index.