BasicCollectionTInsert Method |
Inserts an item to the
IListT at the specified index.
Namespace:
SysadminsLV.PKI
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public virtual void Insert(
int index,
T item
)
Public Overridable Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
)
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: T
The object to insert into the IListT.
Implements
IListTInsert(Int32, T)Exceptions See Also