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


In This Topic
    Remove Method (NArray)
    In This Topic
    Removes an object from the array
    Syntax
    'Declaration
     
    
    Public Shared Function Remove( _
       ByVal elementType As System.Type, _
       ByVal array As System.Array, _
       ByVal obj As System.Object _
    ) As System.Array
    'Usage
     
    
    Dim elementType As System.Type
    Dim array As System.Array
    Dim obj As System.Object
    Dim value As System.Array
     
    value = NArray.Remove(elementType, array, obj)
    public static System.Array Remove( 
       System.Type elementType,
       System.Array array,
       System.object obj
    )

    Parameters

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