KeyedByTypeCollection<TItem> コンストラクター

定義

KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。

オーバーロード

KeyedByTypeCollection<TItem>()

KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

指定したオブジェクトの列挙値に対する KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。

KeyedByTypeCollection<TItem>()

ソース:
KeyedByTypeCollection.cs
ソース:
KeyedByTypeCollection.cs
ソース:
KeyedByTypeCollection.cs

KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。

public:
 KeyedByTypeCollection();
public KeyedByTypeCollection ();
Public Sub New ()

適用対象

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

ソース:
KeyedByTypeCollection.cs
ソース:
KeyedByTypeCollection.cs
ソース:
KeyedByTypeCollection.cs

指定したオブジェクトの列挙値に対する KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。

public:
 KeyedByTypeCollection(System::Collections::Generic::IEnumerable<TItem> ^ items);
public KeyedByTypeCollection (System.Collections.Generic.IEnumerable<TItem> items);
new System.Collections.Generic.KeyedByTypeCollection<'Item> : seq<'Item> -> System.Collections.Generic.KeyedByTypeCollection<'Item>
Public Sub New (items As IEnumerable(Of TItem))

パラメーター

items
IEnumerable<TItem>

コレクションを初期化するために使用するジェネリック型 IEnumerable<T>Object

例外

itemsnullです。

適用対象