ImmutableDictionary<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>

変更できないディクショナリを実装するオブジェクトのキーが格納されているコレクション。

実装

適用対象