DayInstanceCollectionSetItem Method
Set an item in the collection
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void SetItem(
int index,
DayInstance item
)
Protected Overrides Sub SetItem (
index As Integer,
item As DayInstance
)
protected:
virtual void SetItem(
int index,
DayInstance^ item
) override
abstract SetItem :
index : int *
item : DayInstance -> unit
override SetItem :
index : int *
item : DayInstance -> unit
Parameters
- index Int32
- The index of the item to set
- item DayInstance
- The day instance value to store
If the day instance already exists in the collection, it will be moved to the new
position.