WebAssetCollectionInsertItem - метод

Inserts an element into the Collection at the specified index.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
protected override void InsertItem(
	int index,
	IWebAsset item
)

Параметры

index
Тип: Int32
The zero-based index at which item should be inserted.
item
Тип: Telerik.Web.MvcIWebAsset
The object to insert. The value can be null for reference types.
Исключения
ИсключениеУсловие
ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than Count.
См. также