'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As FtpListingParser _ )
'Usage Dim instance As FtpListingParserList Dim index As Integer Dim value As FtpListingParser instance.Insert(index, value)
public void Insert( int index, FtpListingParser value )
Parameters
- index
- The zero-based index at which to insert the FtpListingParser object.
- value
- The FtpListingParser object to insert.