Click or drag to resize
HoconTokenizerPullValue Method
Pulls the value.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Token PullValue()

Return Value

Type: Token
Token.
Exceptions
ExceptionCondition
Exception Expected value: Null literal, Array, Number, Boolean, Quoted Text, Unquoted Text, Triple quoted Text, Object or End of array
See Also