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>

集合,其中包含實作字典的物件值。

實作

適用於