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