Click or drag to resize
Akka.NETIHoconElementIsArray 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
bool IsArray()

Return Value

Type: Boolean
true if this element is aan array; otherwise false
See Also