/Debugger/Debugger.Core/Tests/IgnoreOnExceptionAttribute.cs
http://github.com/icsharpcode/ILSpy · C# · 13 lines · 8 code · 3 blank · 2 comment · 0 complexity · bee480d4f352fb59806babf262e084c9 MD5 · raw file
- // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
- // This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
- using System;
- namespace Debugger.Tests
- {
- [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method | AttributeTargets.Class)]
- public class IgnoreOnExceptionAttribute: Attribute
- {
-
- }
- }