[]
Determines the index of a specific C1JumpTask in the collection.
public int IndexOf(C1JumpTask task)
Public Function IndexOf(task As C1JumpTask) As Integer
| Type | Name | Description |
|---|---|---|
| C1JumpTask | task |
| Type | Description |
|---|---|
| int |
Determines index of the first C1JumpTask with the specified title in the collection.
public int IndexOf(string title)
Public Function IndexOf(title As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | title |
| Type | Description |
|---|---|
| int |