ModelBinderDictionary.Contains(KeyValuePair<Type,IModelBinder>) 메서드

정의

모델 바인더 사전에 지정된 값이 들어 있는지 여부를 확인합니다.

public:
 virtual bool Contains(System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^> item);
public bool Contains (System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> bool
Public Function Contains (item As KeyValuePair(Of Type, IModelBinder)) As Boolean

매개 변수

item
KeyValuePair<Type,IModelBinder>

검색할 항목입니다.

반환

Boolean

true가 있으면 item이고, 그렇지 않으면 false입니다.

구현

적용 대상