C# Class BlueCollar.BlueCollarSection

Implements the Blue Collar configuration section.
Inheritance: System.Configuration.ConfigurationSection
Mostra file Open project: ChadBurggraf/blue-collar

Private Properties

Property Type Description

Public Methods

Method Description
ResolvePath ( string path ) : string

Resolves the given path relative to this instance's configuration file.

Method Details

ResolvePath() public method

Resolves the given path relative to this instance's configuration file.
public ResolvePath ( string path ) : string
path string The path to resolve.
return string