Click or drag to resize
Akka.NETHoconValueGetChildObject Method
Retrieves the child object located at the given key.

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

Parameters

key
Type: SystemString
The key used to retrieve the child object.

Return Value

Type: HoconValue
The element at the given key.
See Also