Public Default Property Item( _ ByVal index As Integer _ ) As Parameter
Dim instance As ParameterCollection Dim index As Integer Dim value As Parameter instance.Item(index) = value value = instance.Item(index)
public Parameter this[ int index ]; {get; set;}