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

不可變字典中的值。

實作

適用於