AjRools.Expert.Compiler.Parser.ParseWordLine C# (CSharp) Méthode

ParseWordLine() private méthode

private ParseWordLine ( string word ) : void
word string
Résultat void
        private void ParseWordLine(string word)
        {
            this.SkipBlankLines();
            this.ParseName(word);
            this.ParseEndOfLine();
        }