Click or drag to resize
Akka.NETHoconTokenizerPullSpaceOrTab 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.42 (1.2.3.42)
Syntax
public Token PullSpaceOrTab()

Return Value

Type: Token
A token that contains the string literal value.
See Also