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