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

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

Parameters

text
Type: SystemString
The string that contains the text to tokenize.
See Also