Properties.get

Get the value of the node

Example

node.get!int;
  1. Nullable!T get(string path)
  2. Nullable!T get()
    struct Properties
    Nullable!T
    get
    (
    T
    )
    (
    )
    if (
    IsValidType!T
    )

Meta