VTimeZoneCollection.RemoveAt 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: 2025.1.9.0
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the item to remove

Implements

IList<T>.RemoveAt(Int32)

See Also