| HoconObjectItems 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; }
member Items : Dictionary<string, HoconValue> with get
Property Value
Type:
DictionaryString,
HoconValueSee Also