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

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

Parameters

text
Type: SystemString
The text.
See Also