Initializes a new instance of the
Tokenizer class.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Tokenizer(
string text
)
Public Sub New (
text As String
)
public:
Tokenizer(
String^ text
)
new :
text : string -> Tokenizer
Parameters
- text
- Type: SystemString
The text.
See Also