An NDoc Documented Class Library

ServerStrings.Insert Method 

Inserts the given string into the collection at the given index.

public void Insert(
   int index,
   string str
);

Parameters

index
Index at which to add the string.
str
String to insert.

See Also

ServerStrings Class | EnterpriseDT.Net.Ftp Namespace