Пример #1
0
 public MaxMethodParametersWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Пример #2
0
 public MethodReturnTypeWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Пример #3
0
 public TextBasedWatcher(CodeWatcherContext context) : base(context)
 {
 }
 public ExceptionHandlingWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
 public MaxConstructorParametersWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Пример #6
0
 public PropertyNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
 public FieldNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Пример #8
0
 protected AbstractWatcher(CodeWatcherContext context)
 {
     this.context = context;
 }