IndexOf(RdmParameter) Method

Syntax:

public int IndexOf(RdmParameter value)

Description:

Returns the index of the specified RdmParameter object within the parameter collection.

Parameters:

value

Type: RdmParameter

The RdmParameter object in the collection.

Return Value:

Type: System.Int32

The zero-based index of the specified parameter or -1 if the parameter is not found.