write_entry


Description:

[ Version ( since = "4.2" ) ]
public void write_entry (string key, string value)

Writes a key/value pair.

This has no effect if the resource config was opened readonly, else the value will be written to permanent storage on the next call to flush or when this is destroyed using close.

If this was opened using rc_config_open, the value will be written to the most specific config file.

Parameters:

this

an Rc object.

key

the key to write.

value

the value to write.