SetValueFunc


Description:

public delegate void SetValueFunc (KeyFile keyfile, string key, Value val)

Associates a new value with key.

If key cannot be found then it is created.

Parameters:

keyfile

a KeyFile

key

a key

val

a value to associate


Namespace: Util.KeyFileUtil