IReadOnlyDictionary<TKey,TValue>.Keys 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可列舉集合,其中包含唯讀字典中的索引鍵。
public:
property System::Collections::Generic::IEnumerable<TKey> ^ Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
public System.Collections.Generic.IEnumerable<TKey> Keys { get; }
member this.Keys : seq<'Key>
Public ReadOnly Property Keys As IEnumerable(Of TKey)
屬性值
IEnumerable<TKey>
包含唯讀字典中索引鍵的可列舉集合。
備註
未指定可列舉集合中的索引鍵順序,但實作必須保證索引鍵的順序與 屬性所 Values 傳回之可列舉集合中的對應值相同。