HoconSubstitutionIsObject Method |
Determines whether this instance is an HOCON object.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic Function IsObject As Boolean
public:
virtual bool IsObject() sealed
abstract IsObject : unit -> bool
override IsObject : unit -> bool
Return Value
Type:
Booleantrue if this instance is object; otherwise,
false.
Implements
IMightBeAHoconObjectIsObject
See Also