ConcurrentDictionary<TKey,TValue>.Keys 속성

정의

Dictionary<TKey,TValue>의 키를 포함하는 컬렉션을 가져옵니다.

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

속성 값

ICollection<TKey>

Dictionary<TKey,TValue>에 있는 키의 컬렉션입니다.

구현

적용 대상

추가 정보