IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ModuleInitializerAttribute.cs
Go to the documentation of this file.
1#if NETFRAMEWORK
2
4{
5
6 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
7 sealed class ModuleInitializerAttribute : Attribute
8 {
9
10
11
12 }
13
14}
15
16#endif