言語

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です。

適用対象