Share via


BufferedDataCollection.Remove(Object) Method (Microsoft.DirectX.DirectInput)

Removes the first occurrence of a specific object from the collection.

Definition

Visual Basic Public Sub Remove( _
    ByVal __unnamed000 As Object _
)
C# public void Remove(
    object __unnamed000
);
C++ public:
void Remove(
    ObjectLeave Site__unnamed000
);
JScript public function Remove(
    __unnamed000 : ObjectLeave Site
);

Parameters

__unnamed000 System.Object