AssemblyCollection.RemoveAt Method |
Removes the assembly item at the specified index.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
Implements
IList<T>.RemoveAt(Int32)
See Also