Exemplo n.º 1
0
        public override bool MatchIdentifier(MacroDefinition.ArgumentElement identifier)
        {
            if (this.Refername != identifier.Name)
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 2
0
 public override bool MatchIdentifier(MacroDefinition.ArgumentElement identifier)
 {
     return(false);
 }
Exemplo n.º 3
0
 public abstract bool MatchIdentifier(MacroDefinition.ArgumentElement identifier);