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();
 }