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

EventCommandShortCutKeyList コンストラクター (IEnumerableEventCommandShortCutKey)

コンストラクタ

名前空間:  WodiLib.Ini
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public EventCommandShortCutKeyList(
	IEnumerable<EventCommandShortCutKey> items
)

パラメーター

items
型: System.Collections.GenericIEnumerableEventCommandShortCutKey
初期DB項目設定リスト
例外
例外条件
ArgumentNullException itemsがnullの場合、 またはitems中にnullが含まれる場合
InvalidOperationExceptionitemsの要素数が不適切な場合
関連項目