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 的关联值的顺序相同。

适用于