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>

項目的強型別、唯讀集合。

實作

適用於