ImmutableSortedDictionary<TKey,TValue>.Builder.Values Property
Definition
Gets a collection that contains the values of the immutable sorted dictionary.
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)
Property Value
- IEnumerable<TValue>
A collection that contains the values of the object that implements the dictionary.