MSTParser.ParseForestItem.IsPre C# (CSharp) 메소드

IsPre() 공개 메소드

public IsPre ( ) : bool
리턴 bool
        public bool IsPre()
        {
            return Length == 2;
        }