ExpandoObject.IDictionary<String,Object>.Keys 속성

정의

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

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys

속성 값

ICollection<T>를 구현하는 개체의 키가 들어 있는 IDictionary<TKey,TValue>입니다.

구현

적용 대상