Click or drag to resize

SystemShellListItemCollectionTInsert Method

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

Parameters

index
Type: SystemInt32
The index to insert the item.
item
Type: T
The item to insert.

Implements

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