[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.JumpTaskCollection.IndexOf

IndexOf Method

IndexOf(C1JumpTask)

Determines the index of a specific C1JumpTask in the collection.

Declaration
public int IndexOf(C1JumpTask task)
Public Function IndexOf(task As C1JumpTask) As Integer
Parameters
Type Name Description
C1JumpTask task
Returns
Type Description
int

IndexOf(string)

Determines index of the first C1JumpTask with the specified title in the collection.

Declaration
public int IndexOf(string title)
Public Function IndexOf(title As String) As Integer
Parameters
Type Name Description
string title
Returns
Type Description
int