| HoconSubstitutionIsArray Method |
Determines whether this element is an array.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax abstract IsArray : unit -> bool
override IsArray : unit -> bool
Return Value
Type:
Booleantrue if this element is aan array; otherwise
falseImplements
IHoconElementIsArraySee Also