'宣言 Public Sub AddRange( _ ByVal groups() As GalleryToolItemGroup _ )
public void AddRange( GalleryToolItemGroup[] groups )
例外 | 解説 |
---|---|
System.ArgumentNullException | groups が null です。 |
System.ArgumentNullException | groups 内のグループは null です。 |
System.ObjectDisposedException | groups 内の GalleryToolItemGroup インスタンスは破棄されています。 |
System.InvalidOperationException | groups 内の GalleryToolItemGroup インスタンスはすでに別の GalleryToolItemGroupCollection に属しています。 |
System.ArgumentException | groups 内の GalleryToolItemGroup インスタンスは null または空のキーを持っています。 |
System.ArgumentException | groups 内の GalleryToolItemGroup インスタンスは、コレクションにすでに存在しているキーを持ちます。 |