SiteMapDictionaryAdd(KeyValuePair`2String, SiteMapBase) - метод

Adds an item to the ICollection.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
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.
См. также