ProcessQueueTRemoveRange Method
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.174 -- Release Build+6575dd693dbd5e3d5a41dd1450ccb8ddc2885703
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.