[]
        
(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)
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)
Parameters
Type Name Description
string title
Returns
Type Description
int