ParameterElementCollection::Item Property (Int32)

 

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

Gets or sets the element in the collection at the specified position.

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

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

Parameters

index
Type: System::Int32

The position of the element in the collection to get or set.

.NET Framework
Available since 3.0
Return to top
Show: