示例#1
0
        public override bool MatchIdentifier(MacroDefinition.ArgumentElement identifier)
        {
            if (this.Refername != identifier.Name)
            {
                return(false);
            }

            return(true);
        }
示例#2
0
 public override bool MatchIdentifier(MacroDefinition.ArgumentElement identifier)
 {
     return(false);
 }
示例#3
0
 public abstract bool MatchIdentifier(MacroDefinition.ArgumentElement identifier);