Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Css/ICssUnknownRule.cs @ 13348

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

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 325 bytes
Line 
1using System;
2
3namespace SharpVectors.Dom.Css
4{
5  /// <summary>
6  /// The CSSUnknownRule interface represents an at-rule not
7  /// supported by this user agent.
8  /// </summary>
9  /// <developer>niklas@protocol7.com</developer>
10  /// <completed>100</completed> 
11  public interface ICssUnknownRule : ICssRule
12  {
13  }
14}
Note: See TracBrowser for help on using the repository browser.