VTime Zone CollectionRemove At 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void RemoveAt(
int index
)VB
Public Sub RemoveAt (
index As Integer
)C++
public:
virtual void RemoveAt(
int index
) sealedF#
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit Parameters
- index Int32
- The index of the item to remove