ImmutableDictionary<TKey,TValue>.Builder.Values プロパティ

定義

変更できないディクショナリの値が格納されているコレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<TValue> ^ Values { System::Collections::Generic::IEnumerable<TValue> ^ get(); };
public System.Collections.Generic.IEnumerable<TValue> Values { get; }
member this.Values : seq<'Value>
Public ReadOnly Property Values As IEnumerable(Of TValue)

プロパティ値

IEnumerable<TValue>

ディクショナリを実装するオブジェクトの値が格納されているコレクション。

実装

適用対象