Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Common/SkipPropertyCheckAttribute.cs @ 12503

Last change on this file since 12503 was 12503, checked in by aballeit, 9 years ago

#2283 added GUI and charts; fixed MCTS

File size: 365 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Diagnostics;
6
7namespace 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.