* GenericTypeParameterBuilder.cs: Return this in UnderlyingSystemType. svn path=/trunk/mcs/; revision=44995
@@ -1,3 +1,7 @@
+2005-05-25 Zoltan Varga <[email protected]>
+
+ * GenericTypeParameterBuilder.cs: Return this in UnderlyingSystemType.
2005-05-25 Lluis Sanchez Gual <[email protected]>
* ModuleBuilder.cs: Implemented DefineDocument(). Generate debug
@@ -229,7 +229,7 @@ namespace System.Reflection.Emit
public override Type UnderlyingSystemType {
get {
- return null;
+ return this;
}