* TypeBuilder.cs: prepare for the real CreateType implementation. svn path=/trunk/mcs/; revision=7331
@@ -1,4 +1,8 @@
+Mon Sep 9 17:31:12 CEST 2002 Paolo Molaro <[email protected]>
+
+ * TypeBuilder.cs: prepare for the real CreateType implementation.
Tue Aug 27 16:57:18 CEST 2002 Paolo Molaro <[email protected]>
* TypeBuilder.cs: remove duplicate code and fix
@@ -316,7 +316,8 @@ namespace System.Reflection.Emit {
}
created = create_runtime_class (this);
-
+ if (created != null)
+ return created;
return this;