Interface IMightBeAHoconObject
Marker interface to make it easier to retrieve HOCON (Human-Optimized Config Object Notation) objects for substitutions.
Namespace: Akka.Configuration.Hocon
Assembly: Akka.dll
Syntax
public interface IMightBeAHoconObject
Methods
| Improve this Doc View SourceGetObject()
Retrieves the HOCON object representation of this element.
Declaration
HoconObject GetObject()
Returns
Type | Description |
---|---|
HoconObject | The HOCON object representation of this element. |
IsObject()
Determines whether this element is a HOCON object.
Declaration
bool IsObject()
Returns
Type | Description |
---|---|
Boolean |
|