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