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