Click or drag to resize
ParserParseValue Method
Parses the value.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void ParseValue(
	HoconValue owner
)

Parameters

owner
Type: Akka.Configuration.HoconHoconValue
The owner.
Exceptions
ExceptionCondition
ExceptionEnd of file reached while trying to read a value
See Also