IndexDirection Type

Direction in which list elements will be handled.

Record fields

Record Field Description

Ascending

Full Usage: Ascending

Field type: IndexDirection
Modifiers: static

List elements will be handled from the lowest index to the highest index.

Field type: IndexDirection

Descending

Full Usage: Descending

Field type: IndexDirection
Modifiers: static

List elements will be handled from the highest index to the lowest index.

Field type: IndexDirection

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int