ListCollectionTInsert Method
Inserts an item to the
IListT at the specified index.
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
function Insert(index, item);
- index Int32
- The zero-based index at which item should be inserted.
- item T
- The object to insert into the IListT.
IListTInsert(Int32, T)