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