다음을 통해 공유


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

정의

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

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

매개 변수

item
KeyValuePair<Type,IModelBinder>

개체에서 찾을 개체입니다 ICollection<T> .

반환

item 가 모델 바인더 사전에 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상