Bundle.this

Build Bundle from string array

  1. this(string filePath, Parameters pars)
  2. this(string[] lines, Parameters pars)
    class Bundle
    immutable
    this
    (
    string[] lines
    ,
    immutable Parameters pars = immutable Parameters()
    )
  3. this(string[int] lines, Parameters pars)

Throws

BundleException, GlKeyNotFoundException, KeyNotFoundException, ValuesNotFoundException, Exception

Meta