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
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET