SystemShellListItemCollectionTInsert Method |
Part of the
IListT interface. Inserts the passed item at the passed index.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit Parameters
- index Int32
- The index to insert the item.
- item T
- The item to insert.
Implements
IListTInsert(Int32, T)
Exceptions
See Also