static void RegisterDefaults()
 {
     DuckFactory.Register();
     SafeFactory.Register();
     MethodIndexFactory.Register();
 }
Beispiel #2
0
 static void Clear()
 {
     _default = null;
 }