DeclaredTypeElementCollection::RemoveAt Method (Int32)

 

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

Removes the configuration element found at the specified position.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The position of the configuration element to remove.

.NET Framework
Available since 3.0
Return to top
Show: