'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As FtpItemInfo
'Usage Dim instance As FtpItemInfoList Dim index As Integer Dim value As FtpItemInfo instance.Item(index) = value value = instance.Item(index)
public FtpItemInfo this[ int index ]; {get; set;}
Parameters
- index
- The zero-based index at which to get the FtpItemInfo object.