IList.Item[int] Property

Syntax:

Object IList.this[int index] { get; set; }

Description:

Type: System.Object

Gets or sets the RdmParameter at the specified index

Parameters:

index

Type: System.Int32

The zero-based index of the parameter.

This method is an explicit interface member implementation and can only be used when the RdmParameterCollection instance is cast to an IList interface.

Exceptions:

Exception Condition
ArgumentException The value is not a valid RdmParameter.
IndexOutOfRangeException A parameter of the specified name does not exist
IndexOutOfRangeException The specified index does not exist

Reference:

For more information, reference MSDN documentation for: System.Collections.IList.Item(Int32)