SiteMapDictionaryContains - метод

Determines whether the ICollection contains a specific value.

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

Параметры

item
Тип: KeyValuePairString, SiteMapBase
The object to locate in the ICollection.

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

Тип: Boolean
true if item is found in the ICollection; otherwise, false.

Реализации

ICollection.Contains(UTP)
См. также