| Tokenizer 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
)
new :
text : string -> Tokenizer
Parameters
- text
- Type: SystemString
The string that contains the text to tokenize.
See Also