'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ParameterValue
public ParameterValue this[ int index ]; {get;}
Parameters
- index
- Index of the ParameterValue to return.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ParameterValue
public ParameterValue this[ int index ]; {get;}