C# 클래스 Mercurial.ConfigurationEntry

This class encapsulates a single line of configuration information from the ShowConfigCommand.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
ConfigurationEntry ( string section, string name, string value ) : System

Initializes a new instance of the ConfigurationEntry class.

메소드 상세

ConfigurationEntry() 공개 메소드

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. ///
리턴 System