Static Public Member Functions | |
static void | load (char[] filepath, void(*dg)(char[]name, char[] value)) |
static void | load (IConduit conduit, void(*dg)(char[]name, char[] value)) |
Definition at line 56 of file Properties.d.
|
Load properties from the named file, and pass each of them to the provided delegate. Definition at line 65 of file Properties.d. References FileConduit. |
|
Load properties from the provided conduit, and pass them to the provided delegate. Definition at line 82 of file Properties.d. References CompositeToken::get(). |