FrozenDictionary<TKey,TValue>.Keys 屬性

定義

取得集合,其中包含字典中的索引鍵。

public:
 property System::Collections::Immutable::ImmutableArray<TKey> Keys { System::Collections::Immutable::ImmutableArray<TKey> get(); };
public System.Collections.Immutable.ImmutableArray<TKey> Keys { get; }
member this.Keys : System.Collections.Immutable.ImmutableArray<'Key>
Public ReadOnly Property Keys As ImmutableArray(Of TKey)

屬性值

備註

字典中索引鍵的順序未指定,但與 屬性傳回的 Values 相關聯值的順序相同。

適用於