Properties.getAll

Gets a new set of properties containing only those whose names match the given prefix.

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

Parameters

prefix string

The prefix to get properties for.

Return Value

A new properties containing any properties that match the given prefix.

Meta