Period CollectionRemove Range Method
Remove a range of items from the collection
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public void RemoveRange(
int index,
int count
)VB
Public Sub RemoveRange (
index As Integer,
count As Integer
)C++
public:
void RemoveRange(
int index,
int count
)F#
member RemoveRange :
index : int *
count : int -> unit