| HoconObjectMerge Method |
Merges the specified object into this instance.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Merge(
HoconObject other
)
member Merge :
other : HoconObject -> unit
Parameters
- other
- Type: Akka.Configuration.HoconHoconObject
The object to merge into this instance.
See Also