SiteMapDictionaryContainsKey - метод

Determines whether the IDictionary contains an element with the specified key.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public bool ContainsKey(
	string key
)

Параметры

key
Тип: String
The key to locate in the IDictionary.

Возвращаемое значение

Тип: Boolean
true if the IDictionary contains an element with the key; otherwise, false.

Реализации

IDictionary.ContainsKey(UTP)
Исключения
ИсключениеУсловие
ArgumentNullExceptionkey is null.
См. также