HoconRoot Constructor (HoconValue, IEnumerable<(Of <(<'HoconSubstitution>)>)>)

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public HoconRoot(
	HoconValue value,
	IEnumerable<HoconSubstitution> substitutions
)
Public Sub New ( _
	value As HoconValue, _
	substitutions As IEnumerable(Of HoconSubstitution) _
)
public:
HoconRoot(
	HoconValue^ value, 
	IEnumerable<HoconSubstitution^>^ substitutions
)

Parameters

value
Type: Akka.Configuration.Hocon..::..HoconValue
substitutions
Type: IEnumerable<(Of <(<'HoconSubstitution>)>)>