ILookup<TKey,TElement>.Item[TKey] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得由指定之索引鍵進行索引的 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> 值序列。