Properties.this

Constructs a Properties by reading from each of the given files, in the order that they're provided. Note that properties in an earlier file will be overwritten by properties of the same key in later files.

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

Parameters

filenames string[]

The list of filenames.

Meta