Nevron .NET Vision
Nevron.Collections Namespace / NArray Class / Sort Method


In This Topic
    Sort Method (NArray)
    In This Topic
    Sorts the array of the specified type
    Syntax
    'Declaration
     
    
    Public Shared Function Sort( _
       ByVal elementType As System.Type, _
       ByVal array As System.Array _
    ) As System.Array
    'Usage
     
    
    Dim elementType As System.Type
    Dim array As System.Array
    Dim value As System.Array
     
    value = NArray.Sort(elementType, array)
    public static System.Array Sort( 
       System.Type elementType,
       System.Array array
    )

    Parameters

    elementType
    array
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also