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