Click or drag to resize
Akka.NETHoconValueGetArray Method
Retrieves a list of values from this HoconValue.

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

Return Value

Type: IListHoconValue
A list of values represented by this HoconValue.
See Also