Click or drag to resize
Akka.NETHoconLiteralGetArray Method
N/A

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IList<HoconValue> GetArray()

Return Value

Type: IListHoconValue
N/A

Implements

IHoconElementGetArray
Exceptions
ExceptionCondition
NotImplementedException This exception is thrown automatically since this element is a string literal and not an array.
See Also