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