Properties.this

Constructs a Properties from the given values.

  1. this(string[string] valueMap)
    struct Properties
    this
    (
    string[string] valueMap
    )
  2. this(string[] filenames)

Parameters

valueMap string[string]

The associative array of properties.

Meta