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