X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FMonoGenericMethod.cs;h=348b304d080edaf15bde35b0890802feacb4f494;hb=620facfce3d58c959ac5a701c3f4dc134ecd0c57;hp=ba91c0e954bdbcc1eefc5b0f717285945bd823e8;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;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 ()