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