Dictionary<TKey,TValue>.IDictionary<TKey,TValue>.Values 속성
정의
ICollection<T>의 값이 들어 있는 IDictionary<TKey,TValue>을 가져옵니다.Gets an ICollection<T> containing the values in the 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; }
ReadOnly Property Values As ICollection(Of TValue) Implements IDictionary(Of TKey, TValue).Values
속성 값
ICollection<TValue>
ICollection<T>의 값을 포함하는 TValue
형식의 IDictionary<TKey,TValue>입니다.An ICollection<T> of type TValue
containing the values in the IDictionary<TKey,TValue>.