Akka.Configuration.Hocon.HoconLiteral.IsArray C# (CSharp) Method

IsArray() public method

Determines whether this element is an array.
public IsArray ( ) : bool
return bool
        public bool IsArray()
        {
            return false;
        }