Click or drag to resize
Akka.NETHoconValueGetBooleanList Method
Retrieves a list of boolean 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<bool> GetBooleanList()

Return Value

Type: IListBoolean
A list of boolean values represented by this HoconValue.
See Also