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


In This Topic
    RemoveAt Method (NArray)
    In This Topic
    Removes the object at the specified index from the array
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveAt( _
       ByVal elementType As System.Type, _
       ByVal array As System.Array, _
       ByVal index As System.Integer _
    ) As System.Array
    'Usage
     
    
    Dim elementType As System.Type
    Dim array As System.Array
    Dim index As System.Integer
    Dim value As System.Array
     
    value = NArray.RemoveAt(elementType, array, index)
    public static System.Array RemoveAt( 
       System.Type elementType,
       System.Array array,
       System.int index
    )

    Parameters

    elementType
    array
    index
    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