TypeElementCollection::Item Property (Int32)

 

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

Returns a specific member of the collection by its position.

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

public:
property TypeElement^ default[
	int index
] {
	TypeElement^ get(int index);
	void set(int index, TypeElement^ value);
}

Parameters

index
Type: System::Int32

The position of the item to return.

Property Value

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

The element at the specified position.

.NET Framework
Available since 3.0
Return to top
Show: