リサイズはクリックかドラッグ

DBItemSpecialSettingDescRemoveRange メソッド

選択肢を範囲削除する。

名前空間:  WodiLib.Database
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public void RemoveRange(
	int index,
	int count
)

パラメーター

index
型: SystemInt32
[Range(0, 選択肢数-1)] 更新する選択肢
count
型: SystemInt32
[Range(0, 選択肢数)] 削除数
例外
例外条件
InvalidOperationException特殊指定が「手動生成」以外の場合
ArgumentOutOfRangeExceptionindex, countが指定範囲外の場合
ArgumentException最大数を超えて削除しようとする場合
関連項目