Click or drag to resize
Akka.NETHoconTokenizerPullRestOfLine Method
Retrieves the current line from where the current token is located in the string.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public string PullRestOfLine()

Return Value

Type: String
The current line from where the current token is located.
See Also