Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2008-03-11 21:56:05 +0300
committerMarek Safar <marek.safar@gmail.com>2008-03-11 21:56:05 +0300
commit08008147e1c1bb9749add6f0e4fd95af1a0db06d (patch)
treecf4e71bc2ec8941512d35f23b566ce771238b0aa /mcs/class/corlib/System.Reflection.Emit/ChangeLog
parentc7b4b73da82938ece2d6ed2db504b42e997d95b9 (diff)
2008-03-11 Marek Safar <marek.safar@gmail.com>
* MethodBuilder.cs (GetGenericArguments): Returns Type.EmptyType. svn path=/trunk/mcs/; revision=97989
Diffstat (limited to 'mcs/class/corlib/System.Reflection.Emit/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection.Emit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
index dfb7e864424..bef4954b5d0 100644
--- a/mcs/class/corlib/System.Reflection.Emit/ChangeLog
+++ b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-11 Marek Safar <marek.safar@gmail.com>
+
+ * MethodBuilder.cs (GetGenericArguments): Returns Type.EmptyType.
+
2008-03-06 Zoltan Varga <vargaz@gmail.com>
* AssemblyBuilder.cs: Define GetManifestModule () for net 2.0 bootstrap too.