Item[int]
This property gets and sets the OracleParameter object at the index specified by the supplied parameterIndex. 
                  
Declaration
// C#
public object Item[int parameterIndex] {get; set;}Property Value
An object.
Implements
IList 
                  
Exceptions
IndexOutOfRangeException - The supplied index does not exist.
                  
Remarks
The OracleParameterCollection class is a zero-based index.