Method CopyTo
CopyTo(string[], int)
Copies the entire string collection to a another array, starting at the specified index of the target array.
public virtual void CopyTo(string[] array, int arrayIndex)
Copies the entire string collection to a another array, starting at the specified index of the target array.
public virtual void CopyTo(string[] array, int arrayIndex)