CopyTo

ControlCollection.CopyTo method

将整个集合复制到指定的数组。

public void CopyTo(Array array, int index)
范围类型描述
arrayArray目标数组
indexInt32目标数组中的索引.

也可以看看