Click or drag to resize

JamItemIdListCollectionInsert Method

Part of the IListT interface. Inserts the passed item at the passed index.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public void Insert(
	int index,
	IJamItemIdList item
)

Parameters

index  Int32
The index to insert the item.
item  IJamItemIdList
The item to insert.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the list is readonly.
See Also