GetValueFunc


Description:

public delegate Value GetValueFunc (KeyFile keyfile, string key) throws KeyFileError

Return the value associated with key.

Parameters:

keyfile

a KeyFile

key

a key

Returns:

the value associated with the key


Namespace: Util.KeyFileUtil