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.

Реализации

Применяется к