Click or drag to resize
Akka.NETHoconObject.GetArray 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: IList<HoconValue>
N/A

Implements

IHoconElement.GetArray()
Exceptions
ExceptionCondition
NotImplementedException This exception is thrown automatically since this element is an object and not an array.
See Also