Inserts the given string into the collection at the given index.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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.