IndexCollectionIListInt32Insert Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
void IList<int>.Insert(
int index,
int item
)
Private Sub Insert (
index As Integer,
item As Integer
) Implements IList(Of Integer).Insert
private:
virtual void Insert(
int index,
int item
) sealed = IList<int>::Insert
private abstract Insert :
index : int *
item : int -> unit
private override Insert :
index : int *
item : int -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item Int32
- The object to insert into the IListT.
IListTInsert(Int32, T)