Sdílet prostřednictvím


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

Definice

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

public bool Contains (System.Collections.Generic.KeyValuePair<Type,System.Web.Mvc.IModelBinder> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<Type, System.Web.Mvc.IModelBinder> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<Type, System.Web.Mvc.IModelBinder> -> bool
Public Function Contains (item As KeyValuePair(Of Type, IModelBinder)) As Boolean

Parametry

item
KeyValuePair<Type,IModelBinder>

Objekt, který se má v objektu ICollection<T> najít.

Návraty

true, pokud item se najde ve slovníku pořadače modelů; jinak false.

Implementuje

Platí pro