TaskPreconditionCollectionItem Property |
Gets or sets the element at the specified index.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public TaskPrecondition this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As TaskPrecondition
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
TaskPreconditionThe element at the specified index.
Implements
IListTItemInt32Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | index is not a valid index in the IListT. |
NotSupportedException | The property is set and the IListT is read-only. |
See Also