Click or drag to resize
HoconSubstitution Constructor (String)
Initializes a new instance of the HoconSubstitution class.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public HoconSubstitution(
	string path
)

Parameters

path
Type: SystemString
The path.
See Also