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

정의

ICollection 개체의 키를 포함하는 IDictionary 개체를 가져옵니다.

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 개체의 키를 포함하는 IDictionary 개체입니다.

구현

적용 대상