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
Синтаксис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)
Исключения| Исключение | Условие |
|---|
| ArgumentNullException | key is null.
|
См. также