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>

検索対象の項目。

戻り値

true が見つかる場合には item。それ以外の場合には false

実装

適用対象