HttpRequestOptions.IDictionary<String,Object>.ContainsKey 메서드

정의

지정된 키를 갖는 요소가 IDictionary<TKey,TValue>에 들어 있는지 여부를 결정합니다.

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::ContainsKey;
bool IDictionary<string,object>.ContainsKey (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IDictionary(Of String, Object).ContainsKey

매개 변수

key
String

IDictionary<TKey,TValue>에서 찾을 수 있는 키입니다.

반환

Boolean

true에 해당 키가 있는 요소가 포함되어 있으면 IDictionary<TKey,TValue>이고, 그렇지 않으면 false입니다.

구현

설명

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

적용 대상