| HoconValueGetIntList Method |
Retrieves a list of integer 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<int> GetIntList()
member GetIntList : unit -> IList<int>
Return Value
Type:
IListInt32A list of integer values represented by this
HoconValue.
See Also