Click or drag to resize
Akka.NETParserParseValue Method
Retrieves the next value token from the tokenizer and appends it to the supplied element owner.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void ParseValue(
	HoconValue owner,
	string currentPath
)

Parameters

owner
Type: Akka.Configuration.HoconHoconValue
The element to append the next token.
currentPath
Type: SystemString
The location in the HOCON object hierarchy that the parser is currently reading.
Exceptions
ExceptionCondition
ExceptionThis exception is thrown if the end of the file has been reached while trying to read a value.
See Also