'Declaration Public Function Add( _ ByVal value As FtpItemInfo _ ) As Integer
'Usage Dim instance As FtpItemInfoList Dim value As FtpItemInfo Dim value As Integer value = instance.Add(value)
public int Add( FtpItemInfo value )
Parameters
- value
- The FtpItemInfo object to add.
Return Value
The zero-based index at which the FtpItemInfo object was added.