'Declaration Public Sub AddRange( _ ByVal values() As FtpListingParser _ )
'Usage Dim instance As FtpListingParserList Dim values() As FtpListingParser instance.AddRange(values)
public void AddRange( FtpListingParser[] values )
Parameters
- values
- An array of FtpListingParser objects representing the FtpListingParser objects to add to the end of the FtpListingParserList collection.