Click or drag to resize
Akka.NETHoconValueGetDecimalList Method
Retrieves a list of decimal 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<decimal> GetDecimalList()

Return Value

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