Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("Remove method has been deprecated and will be removed. Use RemoveAt method instead.", _ True)> _ Public Sub Remove ( _ index As Integer _ ) |
| C# |
|---|
[ObsoleteAttribute("Remove method has been deprecated and will be removed. Use RemoveAt method instead.", true)] public void Remove( int index ) |
Parameters
- index
- Type: System..::..Int32