| HoconTokenizerPullSpaceOrTab Method |
Retrieves the current token, including whitespace and tabs, as a string literal token.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Token PullSpaceOrTab()
member PullSpaceOrTab : unit -> Token
Return Value
Type:
TokenA token that contains the string literal value.
See Also