TaskCollectionItem Property

Returns the ITask at the specified index

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ITask this[
	int index
] { get; }

Parameters

index  Int32
The index of the ITask to be returned

Return Value

ITask
The ITask that matches the index

See Also