protected bool MatchAttributesAndModifiers(AttributedNode o, Match match)
		{
			return (this.Modifiers == Modifiers.Any || this.Modifiers == o.Modifiers) && this.Attributes.DoMatch (o.Attributes, match);
		}
Exemple #2
0
 protected bool MatchAttributesAndModifiers(AttributedNode o, Match match)
 {
     return((this.Modifiers == Modifiers.Any || this.Modifiers == o.Modifiers) && this.Attributes.DoMatch(o.Attributes, match));
 }