DeclaredTypeElementCollection::Item Property (Int32)

 

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

Gets or sets the configuration element at the specified index location.

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

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

Parameters

index
Type: System::Int32

The index location of the configuration element to return.

.NET Framework
Available since 3.0
Return to top
Show: