UnverifiableCodeAttribute.cs 232 B

12345678910111213
  1. //
  2. // System.Security.UnverifiableCodeAttribute.cs
  3. //
  4. // Author:
  5. // Nick Drochak([email protected])
  6. //
  7. // (C) Nick Drochak
  8. //
  9. namespace System.Security {
  10. public sealed class UnverifiableCodeAttribute : Attribute {}
  11. }