Properties.set

Finding and installing a new value in the specified path

If the specified path object will be the object or an array, it will be thrown Also, when a situation of lack of necessaty way, a new item will be created

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

Parameters

path
Type: string

The path to the desired site

val
Type: PropNode

New value

Meta