Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class / FtpListingParserList Constructor / FtpListingParserList Constructor(FtpListingParserList)


In This Topic
    FtpListingParserList Constructor(FtpListingParserList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal template As FtpListingParserList _
    )
    'Usage
     
    Dim template As FtpListingParserList
     
    Dim instance As New FtpListingParserList(template)
    public FtpListingParserList( 
       FtpListingParserList template
    )

    Parameters

    template
    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