Click or drag to resize
Akka.NETHoconTokenizerPullNext Method
Retrieves the next token from the string.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Token PullNext()

Return Value

Type: Token
The next token contained in the string.
Exceptions
ExceptionCondition
FormatExceptionThis exception is thrown if an unknown token or escape code is encountered.
See Also