ModelBinderDictionary.Contains(KeyValuePair<Type,IModelBinder>) Metoda

Definice

Určuje, zda slovník pořadače modelů obsahuje zadanou hodnotu.

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

Parametry

item
KeyValuePair<Type,IModelBinder>

Položka, kterou chcete vyhledat.

Návraty

true pokud item se najde, jinak hodnota false.

Implementuje

Platí pro