Properties.getAll

Gets a set of properties whose names match the given prefix, and uses them to populate a struct of the given type.

  1. Properties getAll(string prefix)
  2. T getAll(string prefix)
    struct Properties
    T
    getAll
    (
    T
    )
    (
    string prefix
    )

Parameters

prefix string

The prefix to get properties for.

Return Value

Type: T

An instance of the given struct type.

Meta