Click or drag to resize
Akka.NETHoconValueGetLongList Method
Retrieves a list of long 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<long> GetLongList()

Return Value

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