DX9ToolsR4 - Created by: X

SimpleCameraCollection.Remove Method (Int32, Int32)

Removes a number of items.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal Index As Integer, _
   ByVal Count As Integer _
)
[C#]
public void Remove(
   int Index,
   int Count
);

Parameters

Index
The index of the first item to be removed.
Count
The number of items to removed.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.
ArgumentException Will throw a standard ArgumentException Exception if the index and count do not denote a valid range of elements in the collection.

See Also

SimpleCameraCollection Class | CBX.Libs.DX9ToolsR4.Collections Namespace | SimpleCameraCollection.Remove Overload List