프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConfigurationValue ( ) : System |
Initializes a new instance of the ConfigurationValue class.
|
|
ConfigurationValue ( string value ) : System |
Initializes a new instance of the ConfigurationValue class.
|
|
ConfigurationValue ( string name, string description, string value ) : System |
Initializes a new instance of the ConfigurationValue class.
|
public ConfigurationValue ( string value ) : System | ||
value | string | The value. |
리턴 | System |
public ConfigurationValue ( string name, string description, string value ) : System | ||
name | string | The name (used as the heading label when rendering markup). |
description | string | The description. |
value | string | The value. |
리턴 | System |