Click or drag to resize
Akka.NETHoconArray.IsArray Method
Determines whether this element is an array.

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

Return Value

Type: Boolean
true

Implements

IHoconElement.IsArray()
See Also