C# Class CustomConfigurations.ConfigurationSectionLoader

Deals with Loading Configuration values from the config file.
Inheritance: System.Configuration.ConfigurationSection, IDisposable
ファイルを表示 Open project: twistedtwig/CustomConfigurations Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Save ( ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Save() public method

public Save ( ) : void
return void