FtpItemCollection.RemoveAt Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
RemoveAt(Int32)
Removes the item at the specified index from the collection.
Declaration
public void RemoveAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the item to remove. |