GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid.Editors 名前空間 > SideButtonCollection クラス : CopyTo メソッド |
Public Sub CopyTo( _ ByVal array() As SideButtonBase, _ ByVal index As Integer _ )
public void CopyTo( SideButtonBase[] array, int index )
例外 | 解説 |
---|---|
System.ArgumentNullException | array パラメーターが null です。 |
System.ArgumentOutOfRangeException | index パラメーターがコピー先配列の最小インデックス未満です。 |
System.ArgumentException | コピー先配列が多次元です。または、SideButtonCollection の要素数が、index パラメーターで指定されたコピー先配列のインデックスからコピー先配列の末尾までのスペースを超えています。 |