Use this class to customize type inspector registration. Order inspectors will be applied: - Enum - Exception - Enumerables - Custom - CatchAll
Ejemplo n.º 1
0
 static Inspectors()
 {
     DefaultRegistration = new TypeInspectorsRegistration();
     ReloadInspectors();
 }
Ejemplo n.º 2
0
 static Inspectors()
 {
     DefaultRegistration = new TypeInspectorsRegistration();
     ReloadInspectors();
 }