ModuleInitializer.cs 148 B

12345678910
  1. namespace System.Runtime.CompilerServices
  2. {
  3. #if !NET5_0_OR_GREATER
  4. internal class ModuleInitializerAttribute : Attribute
  5. {
  6. }
  7. #endif
  8. }