示例#1
0
 public override bool IsCompatibleWith(IMethodRuleSet rulesets)
 {
     return(true);
 }
示例#2
0
 public bool IsCompatibleWith(IMethodRuleSet ruleset)
 {
     return(ruleset.Guid == MethodRuleSetGUID);
 }