Click or drag to resize
Akka.NETHoconValueAtKey Method
Wraps this HoconValue into a new Config object at the specified key.

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

Parameters

key
Type: SystemString
The key designated to be the new root element.

Return Value

Type: Config
A Config with the given key as the root element.
See Also