ConcurrentDictionary<TKey,TValue>.Values 속성

정의

Dictionary<TKey,TValue>의 값이 들어 있는 컬렉션을 가져옵니다.

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

속성 값

ICollection<TValue>

Dictionary<TKey,TValue>의 값이 포함된 컬렉션입니다.

구현

적용 대상

추가 정보