SiteMapDictionaryAdd(KeyValuePair`2String, SiteMapBase) - метод |
Adds an item to the ICollection.
Пространство имён:
Telerik.Web.Mvc
Сборка:
Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксисpublic void Add(
KeyValuePair<string, SiteMapBase> item
)
Параметры
- item
- Тип: KeyValuePairString, SiteMapBase
The object to add to the ICollection.
Реализации
ICollection.Add(UTP)
Исключения| Исключение | Условие |
|---|
| NotSupportedException |
The ICollection is read-only.
|
См. также