We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ef1bd commit 3b4f3c1Copy full SHA for 3b4f3c1
CefSharp.Core/ModuleInitializerAttribute.cs
@@ -1,7 +1,7 @@
1
namespace System.Runtime.CompilerServices
2
{
3
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
4
- public sealed class ModuleInitializerAttribute : Attribute
+ internal sealed class ModuleInitializerAttribute : Attribute
5
6
}
7
0 commit comments