ImmutableSortedDictionary<TKey,TValue>.Builder.Values Properti

Definisi

Mendapatkan koleksi yang berisi nilai kamus yang diurutkan yang tidak dapat diubah.

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)

Nilai Properti

IEnumerable<TValue>

Koleksi yang berisi nilai objek yang mengimplementasikan kamus.

Penerapan

Berlaku untuk