UniqueIntegerCollectionInsertItem Method
Insert an integer into the collection
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void InsertItem(
int index,
int item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As Integer
)
protected:
virtual void InsertItem(
int index,
int item
) override
abstract InsertItem :
index : int *
item : int -> unit
override InsertItem :
index : int *
item : int -> unit
Parameters
- index Int32
- The index at which to insert the integer
- item Int32
- The integer to insert
If the integer already exists in the collection, it will be moved to the new position