| HoconObjectUnwrapped Property |
Retrieves the underlying map that contains the barebones
object values.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public IDictionary<string, Object> Unwrapped { get; }
member Unwrapped : IDictionary<string, Object> with get
Property Value
Type:
IDictionaryString,
ObjectSee Also