示例#1
0
 /// <summary>
 /// Tests whether this rule contains the specified selector
 /// </summary>
 public bool MatchSelector(string selectorToLookFor)
 {
     return(Selectors.Any(x => x == selectorToLookFor));
 }