- Timestamp:
- 12/06/12 15:52:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/BidirectionalLookup.cs
r7259 r9009 26 26 namespace HeuristicLab.Operators.Views.GraphVisualization { 27 27 [StorableClass] 28 [Obsolete("Use BidirectionalDictionary in HeuristicLab.Collections")] 28 29 public class BidirectionalLookup<TFirst, TSecond> { 29 30 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.