KeyedByTypeCollection<TItem> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| KeyedByTypeCollection<TItem>() |
KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。 |
| KeyedByTypeCollection<TItem>(IEnumerable<TItem>) |
指定したオブジェクトの列挙体に対して、 KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。 |
KeyedByTypeCollection<TItem>()
KeyedByTypeCollection<TItem> クラスの新しいインスタンスを初期化します。
public:
KeyedByTypeCollection();
public KeyedByTypeCollection();
Public Sub New ()
適用対象
KeyedByTypeCollection<TItem>(IEnumerable<TItem>)
指定したオブジェクトの列挙体に対して、 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コレクションの初期化に使用されます。
例外
items は nullです。