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

Returns the zero-based index of the first occurrence of a value in the collection or in a portion of it.

Definition

Visual Basic Public Function IndexOf( _
    ByVal obj As Object _
) As Integer
C# public int IndexOf(
    object obj
);
C++ public:
int IndexOf(
    ObjectLeave Siteobj
);
JScript public function IndexOf(
    obj : ObjectLeave Site
) : int;

Parameters

obj System.Object

Return Value

System.Int32