[]
Gets or sets the C1JumpTask at the specified position in the collection.
public C1JumpTask this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first C1JumpTask with the specified title in the collection.
public C1JumpTask this[string title] { get; }
| Type | Name | Description |
|---|---|---|
| string | title |