Click or drag to resize
Akka.NETIMightBeAHoconObjectIsObject Method
Determines whether this element is a HOCON object.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
bool IsObject()

Return Value

Type: Boolean
true if this element is a HOCON object; otherwise false
See Also