ImmutableSortedDictionary<TKey,TValue>.Builder.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>

元素的强类型化只读集合。

实现

适用于