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