| HoconSubstitutionIsObject Method |
Determines whether this element is a HOCON object.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax abstract IsObject : unit -> bool
override IsObject : unit -> bool
Return Value
Type:
Booleantrue if this element is a HOCON object; otherwise
falseImplements
IMightBeAHoconObjectIsObjectSee Also