Properties.set

Installing a new value in the node

  1. void set(string path, T val)
  2. void set(string path, PropNode val)
  3. void set(T val)
    struct Properties
    void
    set
    (
    T
    )
    (
    T val
    )
    if (
    IsValidType!T
    )

Parameters

val
Type: T

New value

Meta