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

정의

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

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

속성 값

의 키를 포함하는 인터페이스입니다 IDictionary<TKey,TValue>.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 ConcurrentDictionary<TKey,TValue> 캐스팅 IDictionary 되는 경우에만 사용할 수 있습니다.

적용 대상

추가 정보