MSTParser.ParseForestItem.IsPre C# (CSharp) Méthode

IsPre() public méthode

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