get_value


Description:

public Value? get_value (KeyFile keyfile, string key, GetValueFunc get_func)

Return the value associated with key.

Parameters:

keyfile

a KeyFile

key

a key

get_func

a function to actually get value from keyfile

Returns:

the value associated with the key, or null if the key was not found or could not be parsed


Namespace: Util.KeyFileUtil