2010-03-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Reflection / MonoGenericMethod.cs
index ba91c0e954bdbcc1eefc5b0f717285945bd823e8..348b304d080edaf15bde35b0890802feacb4f494 100644 (file)
@@ -35,6 +35,7 @@ using System.Runtime.CompilerServices;
 
 namespace System.Reflection
 {
+       [Serializable]
        internal class MonoGenericMethod : MonoMethod
        {
                internal MonoGenericMethod ()
@@ -49,6 +50,7 @@ namespace System.Reflection
                }
        }
 
+       [Serializable]
        internal class MonoGenericCMethod : MonoCMethod
        {
                internal MonoGenericCMethod ()