- //
- // System.Security.SuppressUnmanagedCodeSecurityAttribute.cs
- //
- // Author:
- // Nick Drochak([email protected])
- //
- // (C) Nick Drochak
- //
- namespace System.Security {
- [AttributeUsage (AttributeTargets.Class | AttributeTargets.Method |
- AttributeTargets.Interface)]
- public sealed class SuppressUnmanagedCodeSecurityAttribute : Attribute {}
- }
|