'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ResultSummary
public ResultSummary this[ int index ]; {get;}
Parameters
- index
- Specifies the required result summary object using an integer value between 0 and the Count - 1.