TypeElementCollection::IndexOf Method (TypeElement^)

 

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

Returns the position of the specified element.

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

public:
int IndexOf(
	TypeElement^ element
)

Parameters

element
Type: System.Runtime.Serialization.Configuration::TypeElement^

The TypeElement to find in the collection.

Return Value

Type: System::Int32

The position of the specified element.

.NET Framework
Available since 3.0
Return to top
Show: