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

반품

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

구현

설명

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

적용 대상