Click or drag to resize
Akka.NETHoconValueIsObject Method
Determines if this HoconValue is a HoconObject.

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

Return Value

Type: Boolean
true if this value is a HoconObject, false otherwise.

Implements

IMightBeAHoconObjectIsObject
See Also