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