'Declaration
Public Default Property Item( _ ByVal index As System.Integer _ ) As System.String
'Usage
Dim instance As NStringList Dim index As System.Integer Dim value As System.String instance.Item(index) = value value = instance.Item(index)
public System.string this[ System.int index ]; {get; set;}
Parameters
- index