Click or drag to resize
Akka.NETIHoconElement Interface
This interface defines the contract needed to implement a HOCON (Human-Optimized Config Object Notation) element.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IHoconElement

The IHoconElement type exposes the following members.

Methods
  NameDescription
Public methodGetArray
Retrieves a list of elements associated with this element.
Public methodGetString
Retrieves the string representation of this element.
Public methodIsArray
Determines whether this element is an array.
Public methodIsString
Determines whether this element is a string.
Top
See Also