ReadOnlyDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Keys 속성

정의

사전의 키가 들어 있는 컬렉션을 가져옵니다.

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

속성 값

ICollection<TKey>

ReadOnlyDictionary<TKey,TValue>를 구현하는 개체의 키가 들어 있는 컬렉션입니다.

구현

적용 대상