UniqueIntegerCollectionSetItem Method

Set an item in the collection

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void SetItem(
	int index,
	int item
)

Parameters

index  Int32
The index of the item to set
item  Int32
The integer value to store

Remarks

If the integer already exists in the collection, it will be moved to the new position

See Also