|  | IHoconElement Interface | 
Namespace: Akka.Configuration.Hocon
 Syntax
SyntaxThe IHoconElement type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also