ParameterElementCollection::IndexOf Method (ParameterElement^)

 

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

Gets the position of the specified element in the collection.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
int IndexOf(
	ParameterElement^ element
)

Return Value

Type: System::Int32

The position of the specified element.

.NET Framework
Available since 3.0
Return to top
Show: