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

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also