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。

実装

適用対象