Nevron .NET Vision
Nevron.Collections Namespace / NArrayList Class / LeftShiftItems Method
start index for the operation
number of objects to shift


In This Topic
    LeftShiftItems Method
    In This Topic
    Shifts the objects to the left with one position.
    Syntax
    'Declaration
     
    
    Public Sub LeftShiftItems( _
       ByVal startIndex As System.Integer, _
       ByVal itemCount As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NArrayList
    Dim startIndex As System.Integer
    Dim itemCount As System.Integer
     
    instance.LeftShiftItems(startIndex, itemCount)
    public void LeftShiftItems( 
       System.int startIndex,
       System.int itemCount
    )

    Parameters

    startIndex
    start index for the operation
    itemCount
    number of objects to shift
    Remarks
    Shifts the specified number of objects to the left with one position starting from the specified 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