C# Class Cruncher.Configuration.CruncherProcessingSection

Represents a CruncherProcessingSection within a configuration file.
Inheritance: System.Configuration.ConfigurationSection
Show file Open project: JimBobSquarePants/Cruncher Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetConfiguration ( ) : CruncherProcessingSection

Retrieves the processing configuration section from the current application configuration.

Method Details

GetConfiguration() public static method

Retrieves the processing configuration section from the current application configuration.
public static GetConfiguration ( ) : CruncherProcessingSection
return CruncherProcessingSection