Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (7 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IArc.cs

    r12012 r14712  
    2424
    2525namespace HeuristicLab.Core {
     26  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("04788331-AEC8-4D8B-801E-1600F164CEC6")]
    2627  public interface IArc : IItem {
    2728    IVertex Source { get; }
     
    3334  }
    3435
     36  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("AF7C35B1-3040-481A-AE19-FFDE4C517AF5")]
    3537  public interface IArc<T> : IArc where T : class,IDeepCloneable {
    3638    T Data { get; set; }
Note: See TracChangeset for help on using the changeset viewer.