Click or drag to resize
HoconSubstitutionGetArray Method
Returns the value of this instance as an array.

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

Return Value

Type: IListHoconValue
IList<HoconValue>.

Implements

IHoconElementGetArray
See Also