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

정의

ICollection<T>의 키를 포함하는 IDictionary<TKey,TValue>을 가져옵니다.

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>

ICollection<T>의 키를 포함하는 TKey 형식의 IDictionary<TKey,TValue>입니다.

구현

적용 대상