edtFTPnet/Free - Open-source FTP component for .NET | Download
Inserts the given string into the collection at the given index.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Insert(
	int index,
	string str
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	str As String _
)
Visual C++
public:
void Insert(
	int index, 
	String^ str
)

Parameters

index
Type: System..::..Int32
Index at which to add the string.
str
Type: System..::..String
String to insert.

See Also