Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/Formatters/ULong2DebugStringFormatter.cs @ 1616

Last change on this file since 1616 was 1616, checked in by epitzer, 15 years ago

Fix small bugs found by test suite. (#593)

File size: 438 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using HeuristicLab.Persistence.Interfaces;
5using HeuristicLab.Persistence.Default.Xml;
6using HeuristicLab.Persistence.Core;
7using HeuristicLab.Persistence.Core.Tokens;
8
9namespace HeuristicLab.Persistence.Default.DebugString.Formatters {
10
11  [EmptyStorableClass]
12  public class ULong2DebugStringFormatter : ValueType2DebugStringFormatterBase<ulong> { }
13
14}
Note: See TracBrowser for help on using the repository browser.