SettingElementCollection::Add Method (SettingElement^)

 

Adds a SettingElement object to the collection.

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

public:
void Add(
	SettingElement^ element
)

Parameters

element
Type: System.Configuration::SettingElement^

The SettingElement object to add to the collection.

.NET Framework
Available since 2.0
Return to top
Show: