SortCollectionItem Property

Returns the Sort at the specified index

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Sort this[
	int index
] { get; }

Parameters

index  Int32
The index of the Sort to be returned

Return Value

Sort
The Sort at the specified index

See Also