ParameterElementCollection.IndexOf(ParameterElement) Method

Definition

Gets the position of the specified element in the collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 int IndexOf(System::Runtime::Serialization::Configuration::ParameterElement ^ element);
public int IndexOf (System.Runtime.Serialization.Configuration.ParameterElement element);
member this.IndexOf : System.Runtime.Serialization.Configuration.ParameterElement -> int
Public Function IndexOf (element As ParameterElement) As Integer

Parameters

element
ParameterElement

The ParameterElement element to find.

Returns

The position of the specified element.

Applies to