Click or drag to resize
Akka.NETIHoconElementGetArray Method
Retrieves a list of elements associated with this element.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IList<HoconValue> GetArray()

Return Value

Type: IListHoconValue
A list of elements associated with this element.
See Also