ModelBinderDictionary.Contains(KeyValuePair<Type,IModelBinder>) Méthode

Définition

Détermine si le dictionnaire de binders de modèles contient une valeur spécifique.

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

Paramètres

item
KeyValuePair<Type,IModelBinder>

Élément à rechercher.

Retours

true si la valeur item est trouvée, sinon false.

Implémente

S’applique à