Akka.Configuration.Hocon.HoconObject.IsArray C# (CSharp) 메소드

IsArray() 공개 메소드

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