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