HoconSubstitutionGetArray Method |
Returns the value of this instance as an array.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IList<HoconValue> GetArray()
Public Function GetArray As IList(Of HoconValue)
public:
virtual IList<HoconValue^>^ GetArray() sealed
abstract GetArray : unit -> IList<HoconValue>
override GetArray : unit -> IList<HoconValue>
Return Value
Type:
IListHoconValueIList<HoconValue>.
Implements
IHoconElementGetArray
See Also