HoconSubstitution..::..GetArray Method

Returns the value of this instance as an array.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public IList<HoconValue> GetArray()
Public Function GetArray As IList(Of HoconValue)
public:
IList<HoconValue^>^ GetArray()

Return Value

IList<HoconValue>.