SortCollectionIndexOf Method

Returns the index of the specified sort

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int IndexOf(
	Sort item
)

Parameters

item  Sort
the item to look for

Return Value

Int32
The index for the specified item, or -1 if the item was not found.

See Also