ParameterElementCollection::Add Method (ParameterElement^)

 

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

Adds an element to the collection of parameter elements.

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

public:
void Add(
	ParameterElement^ element
)

Parameters

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

The ParameterElement element to add to the collection.

.NET Framework
Available since 3.0
Return to top
Show: