StringCollection.CopyTo Method
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
CopyTo(T\[\] array, System.Int32 arrayIndex)
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.Syntax
public void CopyTo (
String (not available in C#)[] array,
System::Int32 arrayIndex
)
Parameters
The one-dimensional array that is the destination of the elements copied from the collection.
The zero-based index in array at which copying begins.
Platforms
Windows, Linux, Android