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>.

구현

설명

이 속성은 모든 값의 복사본을 반환합니다. 와 동기화 ConcurrentDictionary<TKey,TValue>된 상태로 유지되지 않습니다.

적용 대상

추가 정보