Gets and sets the SAParameter object at the specified index.
Public Shadows Property Item(ByVal index As Integer) As SAParameter
public new SAParameter this[int index] {get;set;}
index The zero-based index of the parameter to retrieve.
The SAParameter at the specified index.
An SAParameter object.
In C#, this property is the indexer for the SAParameterCollection object.