Click or drag to resize
Akka.NETHoconObjectItems Property
Retrieves the underlying map that this element is based on.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Dictionary<string, HoconValue> Items { get; }

Property Value

Type: DictionaryString, HoconValue
See Also