TaskPreconditionCollectionRemoveAt Method |
Removes the IListT item 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 void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Implements
IListTRemoveAt(Int32)Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | index is not a valid index in the IListT. |
NotSupportedException | The IListT is read-only. |
See Also