adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / Sort Method / Sort(Int32,Int32,IComparer<T>) Method


In This Topic
    Sort(Int32,Int32,IComparer<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort( _
       ByVal index As Integer, _
       ByVal count As Integer, _
       ByVal comparer As IComparer(Of T) _
    ) 
    public void Sort( 
       int index,
       int count,
       IComparer<T> comparer
    )
    public:
    void Sort( 
       int index,
       int count,
       IComparer<T^>^ comparer
    ) 

    Parameters

    index
    count
    comparer
    See Also