ExpandoObject.IDictionary<String,Object>.ContainsKey(String) 메서드

정의

사전에 지정된 키가 포함되어 있는지 여부를 확인합니다.

 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

사전에서 찾을 키입니다.

반품

true사전에 지정된 키가 있는 요소가 포함되어 있으면 이고, 그렇지 않으면 . false

구현

적용 대상