BufferedDataCollection.RemoveAt(Int32) Method (Microsoft.DirectX.DirectInput)

Removes the element at the specified index of the collection.

Definition

Visual Basic Public Sub RemoveAt( _
    ByVal index As Integer _
)
C# public void RemoveAt(
    int index
);
C++ public:
void RemoveAt(
    int index
);
JScript public function RemoveAt(
    index : int
);

Parameters

index System.Int32