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

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

Parameters

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