SymbolResolver.Contains(KeyValuePair<String,Object>) 메서드

정의

지정된 기호가 포함되어 있는지 여부를 SymbolResolver 나타내는 값을 반환합니다.

public:
 virtual bool Contains(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item);
public bool Contains(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Public Function Contains (item As KeyValuePair(Of String, Object)) As Boolean

매개 변수

item
KeyValuePair<String,Object>

에서 찾을 SymbolResolver키/값 쌍인 기호입니다.

반품

지정된 기호가 포함되어 있으면 이고, 그렇지 않으면 .입니다.

구현

적용 대상