ImmutableDictionary<TKey,TValue>.Keys 屬性

定義

取得不可變字典中的索引鍵。

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>

不可變字典中的索引鍵。

實作

適用於