ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Keys 속성

정의

ICollection<T> 키를 포함하는 값을 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

속성 값

ICollection<T> 구현하는 개체의 키를 포함하는 개체입니다IDictionary<TKey,TValue>.

구현

설명

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

적용 대상