TaskCollectionItem Property
Returns the
ITask at the specified
indexNamespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public ITask this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ITask
Get
member Item : ITask with get
- index Int32
- The index of the ITask to be returned
ITaskThe
ITask that matches the
index