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

CommonEventSpecialArgCase コンストラクター

コンストラクタ

名前空間:  WodiLib.Common
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public CommonEventSpecialArgCase(
	int caseNumber,
	string description
)

パラメーター

caseNumber
型: SystemInt32
[Range(-2000000000, 2000000000)] 選択肢番号
description
型: SystemString
[NotNewLine] 選択肢文字列
例外
例外条件
ArgumentOutOfRangeExceptioncaseNumberが指定範囲外の場合
ArgumentNullExceptiondescriptionがnullの場合
ArgumentNewLineExceptiondescriptionに改行を含む場合
関連項目