ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary<TKey,TValue>.Values 속성

정의

사전에 저장된 모든 값을 포함하는 컬렉션을 반환합니다. IDictionary<TKey,TValue>을 참조하세요.

property System::Collections::Generic::ICollection<TValue> ^ System::Collections::Generic::IDictionary<TKey,TValue>::Values { System::Collections::Generic::ICollection<TValue> ^ get(); };
System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Values : System.Collections.Generic.ICollection<'Value>
 ReadOnly Property Values As ICollection(Of TValue) Implements IDictionary(Of TKey, TValue).Values

속성 값

ICollection<TValue>

사전에 저장된 모든 값을 포함하는 컬렉션입니다.

구현

적용 대상