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입니다.

구현

적용 대상