Click or drag to resize
Akka.NETHoconValueIsArray Method
Determines whether this HoconValue is an array.

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

Return Value

Type: Boolean
true if this HoconValue is an array; otherwise false.
See Also