DayInstanceCollectionRemoveRange Method
Remove a range of items from the collection
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
public:
void RemoveRange(
int index,
int count
)
member RemoveRange :
index : int *
count : int -> unit
Parameters
- index Int32
- The zero-based index at which to start removing items
- count Int32
- The number of items to remove