Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Models/ResultItem.cs @ 17408

Last change on this file since 17408 was 17408, checked in by dpiringe, 4 years ago

#3026 moved JsonItem, ResultItem and UnsupportedJsonItem into new folder Models

File size: 216 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace HeuristicLab.JsonInterface {
8  public class ResultItem : JsonItem {
9
10  }
11}
Note: See TracBrowser for help on using the repository browser.