Click or drag to resize
HoconValueGetChildObject Method

[Missing <summary> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetChildObject(System.String)"]

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

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetChildObject(System.String)"]

Return Value

Type: HoconValue

[Missing <returns> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetChildObject(System.String)"]

See Also