Click or drag to resize
Akka.NETHoconValueGetIntList Method
Retrieves a list of integer 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<int> GetIntList()

Return Value

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