Exemplo n.º 1
0
 public ClangTidyProperties(DynamicPropertyComponent Parent)
     : base(Parent)
 {
     AddClangCheckProperties();
     CheckTree_ = CheckTree.Build(this);
 }
Exemplo n.º 2
0
 public ClangTidyProperties()
     : base(null)
 {
     AddClangCheckProperties();
     CheckTree_ = CheckTree.Build(this);
 }