Метод | Описание | |
---|---|---|
ConfigurationAttribute ( string key ) : System |
Stores the values as a list in the key. Ignores objects with types different from the first.
|
|
ConfigurationAttribute ( string key, object value ) : System |
Stores a single value as key.
|
public ConfigurationAttribute ( string key ) : System | ||
key | string | The key to set. |
Результат | System |
public ConfigurationAttribute ( string key, object value ) : System | ||
key | string | The string that represents the |
value | object | The value to be stored to the |
Результат | System |