'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As ExpressionInfo
public ExpressionInfo this[ int index ]; {get; set;}
Parameters
- index
- The zero-based index of the item to locate.
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As ExpressionInfo
public ExpressionInfo this[ int index ]; {get; set;}