VTimeZoneCollectionRemoveAt Method

Remove the item at the specified index from the collection

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the item to remove

Implements

IListTRemoveAt(Int32)

See Also