バージョン

EnumerableObjectWrapper コンストラクタ(IEnumerable)

EnumerableObjectWrapper の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal items As IEnumerable _
)
public EnumerableObjectWrapper( 
   IEnumerable items
)

パラメータ

items
項目の基になるリスト。
例外
例外解説
System.ArgumentNullException項目パラメーターが Null の場合。
System.ArgumentException項目パラメーターが文字列である場合。
参照