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

Definición

Determina si el diccionario de enlazadores de modelos contiene un valor especificado.

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

Parámetros

item
KeyValuePair<Type,IModelBinder>

Elemento que se va a buscar.

Devoluciones

Boolean

true si item se encuentra; en caso contrario, false.

Implementaciones

Se aplica a