ProcessQueueTRemoveRange Method
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.181 -- Release Build+113ab35562e481060180aede63c34f30f3f2af7e
public virtual void RemoveRange(
int index,
int count
)
Public Overridable Sub RemoveRange (
index As Integer,
count As Integer
)
public:
virtual void RemoveRange(
int index,
int count
)
function RemoveRange(index, count);
Parameters
- index Int32
- The zero-based starting index of the range of elements to remove.
- count Int32
- The number of elements to remove.