source:
trunk/sources/HeuristicLab.Persistence/3.3/Interfaces/IFormat.cs
@
1555
Last change on this file since 1555 was 1542, checked in by epitzer, 16 years ago | |
---|---|
File size: 135 bytes |
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace HeuristicLab.Persistence.Interfaces { |
4 | |
5 | public interface IFormat { |
6 | string Name { get; } |
7 | } |
8 | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.