MSTParser.ParseForestItem.IsPre C# (CSharp) Method

IsPre() public method

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