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

CommonEventSpecialNumberArgDescInsertRangeSpecialCase メソッド

選択肢を挿入する。

名前空間:  WodiLib.Common
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public void InsertRangeSpecialCase(
	int index,
	IEnumerable<CommonEventSpecialArgCase> argCases
)

パラメーター

index
型: SystemInt32
[Range(0, 選択肢数)] 追加する選択肢
argCases
型: System.Collections.GenericIEnumerableCommonEventSpecialArgCase
追加する選択肢
例外
例外条件
InvalidOperationException特殊指定が「手動生成」以外の場合
ArgumentOutOfRangeExceptionindexが指定範囲外の場合
ArgumentNullExceptionargCasesがnullの場合
関連項目