Share via


BufferedDataCollection.SortBySequence(Boolean) Method (Microsoft.DirectX.DirectInput)

Sort the collection by sequence.

Definition

Visual Basic Public Sub SortBySequence( _
    ByVal Descending As Boolean _
)
C# public void SortBySequence(
    bool Descending
);
C++ public:
void SortBySequence(
    bool Descending
);
JScript public function SortBySequence(
    Descending : boolean
);

Parameters

Descending System.Boolean