Changeset 16462 for branches/2520_PersistenceReintegration/HeuristicLab.Operators.Views.GraphVisualization/3.3/BidirectionalLookup.cs
- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Views.GraphVisualization/3.3/BidirectionalLookup.cs
r16453 r16462 22 22 using System; 23 23 using System.Collections.Generic; 24 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;24 using HEAL.Fossil; 25 25 26 26 namespace HeuristicLab.Operators.Views.GraphVisualization { 27 [Storable Class]27 [StorableType("1416F47D-BEFC-4127-AC55-971099AAD93D")] 28 28 internal class BidirectionalLookup<TFirst, TSecond> { 29 29 [Storable] … … 33 33 34 34 [StorableConstructor] 35 protected BidirectionalLookup( bool deserializing) : base() { }35 protected BidirectionalLookup(StorableConstructorFlag _) { } 36 36 37 37 public BidirectionalLookup() {
Note: See TracChangeset
for help on using the changeset viewer.