Make Module partial to allow additional changed for Mono
authorMarek Safar <marek.safar@gmail.com>
Mon, 11 Feb 2019 23:38:55 +0000 (00:38 +0100)
committerJan Kotas <jkotas@microsoft.com>
Tue, 12 Feb 2019 02:33:50 +0000 (18:33 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/7dbf35b6f4961299d199fabc009e114bff7800f0

src/libraries/System.Private.CoreLib/src/System/Reflection/Module.cs

index 934ea75..8042160 100644 (file)
@@ -8,7 +8,7 @@ using System.Runtime.Serialization;
 
 namespace System.Reflection
 {
-    public abstract class Module : ICustomAttributeProvider, ISerializable
+    public abstract partial class Module : ICustomAttributeProvider, ISerializable
     {
         protected Module() { }