Click or drag to resize
HoconSubstitutionIsObject Method
Determines whether this instance is an HOCON object.

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

Return Value

Type: Boolean
true if this instance is object; otherwise, false.

Implements

IMightBeAHoconObjectIsObject
See Also