source:
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/ICDataSection.cs
@
13237
Last change on this file since 13237 was 12762, checked in by aballeit, 9 years ago | |
---|---|
File size: 187 bytes |
Rev | Line | |
---|---|---|
[12762] | 1 | using System; |
2 | ||
3 | namespace SharpVectors.Dom | |
4 | { | |
5 | /// <summary> | |
6 | /// Summary description for ICDataSection. | |
7 | /// </summary> | |
8 | public interface ICDataSection : ICharacterData | |
9 | { | |
10 | } | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.