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

實作

適用於