Config.tryGet

Undocumented in source.
  1. bool tryGet(string path, T result, Node node)
  2. bool tryGet(string path, T result, Node node)
  3. bool tryGet(string path, Variant result, Node node)
  4. bool tryGet(string path, T result, Node node)
    class Config
    static @disable
    bool
    tryGet
    (
    T : Variant
    )
    (
    string path
    ,
    ref T result
    ,
    Node node = config
    )

Meta