| HoconValueGetLongList Method |
Retrieves a list of long values from this
HoconValue.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IList<long> GetLongList()
member GetLongList : unit -> IList<int64>
Return Value
Type:
IListInt64A list of long values represented by this
HoconValue.
See Also