Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从指定的索引位置开始,将该集合的内容复制到给定的数组中。
Public Sub CopyTo(ByVal array As Array, ByVal index As Integer)
public void CopyTo(Array array, int index)
array 将该集合的内容复制到其中的数组。
index 数组中的索引,应该将该数组的内容复制到集合中。