ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ElementList Class / Sort Method / Sort(Int32,Int32,IComparer) Method

In This Topic
    Sort(Int32,Int32,IComparer) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Sort( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer, _
       ByVal comparer As System.Collections.IComparer _
    ) 
    public virtual void Sort( 
       System.int index,
       System.int count,
       System.Collections.IComparer comparer
    )

    Parameters

    index
    count
    comparer
    See Also