GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > HolidayCollection クラス : InsertItems メソッド |
Protected Overrides Sub InsertItems( _ ByVal index As Integer, _ ByVal value As IEnumerable(Of IHoliday) _ )
protected override void InsertItems( int index, IEnumerable<IHoliday> value )
例外 | 解説 |
---|---|
System.ArgumentNullException | 指定された値が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | コレクションがロックされています。 |
System.ArgumentException | value に null 参照 (Visual Basicでは Nothing) が含まれます。 |