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

정의

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

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>.

구현

설명

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

적용 대상