ConcurrentDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys 속성

정의

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

property System::Collections::Generic::IEnumerable<TKey> ^ System::Collections::Generic::IReadOnlyDictionary<TKey,TValue>::Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys : seq<'Key>
 ReadOnly Property Keys As IEnumerable(Of TKey) Implements IReadOnlyDictionary(Of TKey, TValue).Keys

속성 값

IEnumerable<TKey>

의 키를 포함하는 컬렉션입니다 Dictionary<TKey,TValue>.

구현

적용 대상