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

정의

값을 가져옵니다.

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>

값을 포함하는 컬렉션입니다.

구현

적용 대상