Click or drag to resize
Akka.NETConfig Operators and Type Conversions

The Config type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(String, Config)
Adds the supplied configuration as a fallback to the supplied configuration string.
Public operatorStatic memberAddition(Config, String)
Adds the supplied configuration string as a fallback to the supplied configuration.
Public operatorStatic member(String to Config)
Performs an implicit conversion from String to Config.
Top
See Also