HoconTokenizer Constructor |
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic HoconTokenizer(
string text
)
Public Sub New (
text As String
)
public:
HoconTokenizer(
String^ text
)
new :
text : string -> HoconTokenizer
Parameters
- text
- Type: SystemString
The text.
See Also