ILookup<TKey,TElement>.Item[TKey] プロパティ

定義

指定したキーによりインデックス付けされた値の IEnumerable<T> シーケンスを取得します。

public:
 property System::Collections::Generic::IEnumerable<TElement> ^ default[TKey] { System::Collections::Generic::IEnumerable<TElement> ^ get(TKey key); };
public System.Collections.Generic.IEnumerable<TElement> this[TKey key] { get; }
member this.Item('Key) : seq<'Element>
Default Public ReadOnly Property Item(key As TKey) As IEnumerable(Of TElement)

パラメーター

key
TKey

必要な値のシーケンスのキー。

プロパティ値

IEnumerable<TElement>

指定したキーによりインデックス付けされた値の IEnumerable<T> シーケンス。

適用対象