'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As QueryParameter
public QueryParameter Item( int index ) {get;}
Parameters
- index
- The index in the current collection.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As QueryParameter
public QueryParameter Item( int index ) {get;}