[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.JumpTaskCollection.Item

this Property

this[int]

Gets or sets the C1JumpTask at the specified position in the collection.

Declaration
public C1JumpTask this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the first C1JumpTask with the specified title in the collection.

Declaration
public C1JumpTask this[string title] { get; }
Parameters
Type Name Description
string title