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

Removes the first occurrence of a specific object from the ICollection.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public bool Remove(
	KeyValuePair<string, SiteMapBase> item
)

Параметры

item
Тип: KeyValuePairString, SiteMapBase
The object to remove from the ICollection.

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

Тип: Boolean
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.

Реализации

ICollection.Remove(UTP)
Исключения
ИсключениеУсловие
NotSupportedException The ICollection is read-only.
См. также