Click or drag to resize
Akka.NETHoconObjectUnwrapped Property
Retrieves the underlying map that contains the barebones object values.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IDictionary<string, Object> Unwrapped { get; }

Property Value

Type: IDictionaryString, Object
See Also