Skip to content

Commit 191d13b

Browse files
committed
Core - Make ModuleInitializerAttribute internal
Issue #3519
1 parent f910011 commit 191d13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace System.Runtime.CompilerServices
22
{
33
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
4-
public sealed class ModuleInitializerAttribute : Attribute
4+
internal sealed class ModuleInitializerAttribute : Attribute
55
{
66
}
77
}

0 commit comments

Comments
 (0)