Click or drag to resize
HoconTokenizer Constructor
Initializes a new instance of the HoconTokenizer class.

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

Parameters

text
Type: SystemString
The text.
See Also