ConfigurationElementInterceptor::Reset Method (ConfigurationElement^)

.NET Framework (current version)
 

Resets the internal state of the ConfigurationElementInterceptor object, including the locks and the properties collections.

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

protected:
virtual void Reset(
	ConfigurationElement^ parentElement
) override

Parameters

parentElement
Type: System.Configuration::ConfigurationElement^

The parent node of the configuration element.

.NET Framework
Available since 4.5
Return to top
Show: