| HoconValueGetChildObject Method |
Retrieves the child object located at the given key.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public HoconValue GetChildObject(
string key
)
member GetChildObject :
key : string -> HoconValue
Parameters
- key
- Type: SystemString
The key used to retrieve the child object.
Return Value
Type:
HoconValueThe element at the given key.
See Also