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 f910011 commit 191d13bCopy full SHA for 191d13b
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