DX9ToolsR4 - Created by: X

DirectDrawLayerCollection.Remove Method (Int32[])

Removes a number of items.

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

Parameters

Indexs
The index(s) of the items to be removed.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.

See Also

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