SortCollectionIndexOf Method
Returns the index of the specified sort
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public int IndexOf(
Sort item
)
Public Function IndexOf (
item As Sort
) As Integer
member IndexOf :
item : Sort -> int
- item Sort
- the item to look for
Int32The index for the specified item, or -1 if the item was not found.