The AseParameter at the specified index or name.
AseParameter this[ int index ]
AseParameter this[ string parameterName ]
index: The zero-based index of the parameter to retrieve.
parameterName: The name of the parameter to retrieve.
An AseParameter.
Read-write
In C#, this property is the indexer for the AseParameterCollection class.