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