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.

Реализации

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