SiteMapDictionaryValues - свойство

Gets an ICollection containing the values in the IDictionary.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public ICollection<SiteMapBase> Values { get; }

Значение свойства

Тип: ICollectionSiteMapBase

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

Тип: ICollectionSiteMapBase
An ICollection containing the values in the object that implements IDictionary.

Реализации

IDictionary.Values
См. также