source:
branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Common/SkipPropertyCheckAttribute.cs
@
13847
Last change on this file since 13847 was 12503, checked in by aballeit, 10 years ago | |
---|---|
File size: 365 bytes |
Rev | Line | |
---|---|---|
[12503] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using System.Diagnostics; | |
6 | ||
7 | namespace Microsoft.Research.DynamicDataDisplay.Common | |
8 | { | |
9 | [Conditional("DEBUG")] | |
10 | [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] | |
11 | internal sealed class SkipPropertyCheckAttribute : Attribute | |
12 | { | |
13 | } | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.