Click or drag to resize
Akka.NETHoconRoot Constructor (HoconValue, IEnumerableHoconSubstitution)
Initializes a new instance of the HoconRoot class.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public HoconRoot(
	HoconValue value,
	IEnumerable<HoconSubstitution> substitutions
)

Parameters

value
Type: Akka.Configuration.HoconHoconValue
The value to associate with this element.
substitutions
Type: System.Collections.GenericIEnumerableHoconSubstitution
An enumeration of substitutions to associate with this element.
See Also