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