Extended Binding ListTRemove Range Method
Remove the specified range of items from the collection
Definition
Namespace: EWSoftware.PDI.Binding
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 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