ImmutableSortedDictionary<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>

사전의 값입니다.

구현

적용 대상