| IHoconElement Interface |
Namespace: Akka.Configuration.Hocon
The IHoconElement type exposes the following members.
| Name | Description | |
|---|---|---|
| GetArray |
Retrieves a list of elements associated with this element.
| |
| GetString |
Retrieves the string representation of this element.
| |
| IsArray |
Determines whether this element is an array.
| |
| IsString |
Determines whether this element is a string.
|