Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconRoot Class
HoconRoot Constructor
HoconRoot Constructor
HoconRoot Constructor (HoconValue)
HoconRoot Constructor (HoconValue, IEnumerable(HoconSubstitution))
HoconRoot Constructor (HoconValue)
Initializes a new instance of the
HoconRoot
class.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
HoconRoot
(
HoconValue
value
)
new
:
value
:
HoconValue
->
HoconRoot
Parameters
value
Type:
Akka.Configuration.Hocon
HoconValue
The value to associate with this element.
See Also
Reference
HoconRoot Class
HoconRoot Overload
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET