Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
配列内の特定のインデックスから開始して SAErrorCollection の要素を配列にコピーします。
Public Sub CopyTo(ByVal array As Array, ByVal index As Integer)
public void CopyTo(Array array, int index)
array 要素のコピー先の配列。
index 配列の開始インデックス。