HoconSubstitutionIsArray Method |
Determines whether this instance is array.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic Function IsArray As Boolean
public:
virtual bool IsArray() sealed
abstract IsArray : unit -> bool
override IsArray : unit -> bool
Return Value
Type:
Booleantrue if this instance is array; otherwise,
false.
Implements
IHoconElementIsArray
See Also