Click or drag to resize
Akka.NETIMightBeAHoconObject Interface
Marker interface to make it easier to retrieve HOCON (Human-Optimized Config Object Notation) objects for substitutions.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public interface IMightBeAHoconObject

The IMightBeAHoconObject type exposes the following members.

Methods
  NameDescription
Public methodGetObject
Retrieves the HOCON object representation of this element.
Public methodIsObject
Determines whether this element is a HOCON object.
Top
See Also