다음을 통해 공유


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

정의

IDictionary<TKey,TValue>값이 포함된 ICollection<T> 가져옵니다.

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>

IDictionary<TKey,TValue>구현하는 개체의 값을 포함하는 ICollection<T>.

구현

적용 대상