Click or drag to resize
HoconSubstitutionIsArray Method
Determines whether this instance is array.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool IsArray()

Return Value

Type: Boolean
true if this instance is array; otherwise, false.

Implements

IHoconElementIsArray
See Also