'Declaration Public Function IndexOf( _ ByVal value As FtpItemInfo _ ) As Integer
'Usage Dim instance As FtpItemInfoList Dim value As FtpItemInfo Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( FtpItemInfo value )
Parameters
- value
- The FtpItemInfo object to locate.
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, returns -1.