Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpItemInfoList Class / AddRange Method
An array of FtpItemInfo objects representing the FtpItemInfo objects to add to the end of the FtpItemInfoList collection


    AddRange Method (FtpItemInfoList)
    Adds the elements of a FtpItemInfo array to the end of the FtpItemInfoList collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal values() As FtpItemInfo _
    ) 
     
    'Usage
     
    Dim instance As FtpItemInfoList
    Dim values() As FtpItemInfo
     
    instance.AddRange(values)

    Parameters

    values
    An array of FtpItemInfo objects representing the FtpItemInfo objects to add to the end of the FtpItemInfoList collection
    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