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

変更できないディクショナリのキー。

実装

適用対象