메소드 | 설명 | |
---|---|---|
ConfigurationEntry ( string section, string name, string value ) : System |
Initializes a new instance of the ConfigurationEntry class.
|
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 |