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