ImmutableDictionary<TKey,TValue>.Builder.Keys 属性
定义
获取包含不可变字典中的键的集合。Gets a collection that contains the keys of the immutable dictionary.
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>
一个集合,其中包含实现不可变字典的对象的键。A collection that contains the keys of the object that implements the immutable dictionary.