X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FMonoGenericMethod.cs;h=348b304d080edaf15bde35b0890802feacb4f494;hb=7e01c4b1bee12c0ce8faafe1e4903dfecbe3b112;hp=ba91c0e954bdbcc1eefc5b0f717285945bd823e8;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/MonoGenericMethod.cs b/mcs/class/corlib/System.Reflection/MonoGenericMethod.cs index ba91c0e954b..348b304d080 100644 --- a/mcs/class/corlib/System.Reflection/MonoGenericMethod.cs +++ b/mcs/class/corlib/System.Reflection/MonoGenericMethod.cs @@ -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 ()