예제 #1
0
 public static bool IsSchemaRule(this IExecutable e)
 {
     return(e.IsRule() && e.IsSchema());
 }