C# Class Mercurial.ConfigurationEntry

This class encapsulates a single line of configuration information from the ShowConfigCommand.
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
ConfigurationEntry ( string section, string name, string value ) : System

Initializes a new instance of the ConfigurationEntry class.

Method Details

ConfigurationEntry() public method

Initializes a new instance of the ConfigurationEntry class.
/// is null or empty. /// - or - /// is null or empty. /// - or - /// is null. ///
public ConfigurationEntry ( string section, string name, string value ) : System
section string /// The section of the configuration entry, used to group configuration entries together. ///
name string /// The name of the configuration entry. ///
value string /// The value of the configuration entry. ///
return System