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