Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/BidirectionalLookup.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/BidirectionalLookup.cs
r13386 r14711 26 26 27 27 namespace HeuristicLab.Collections { 28 [Storable Class("0BF45891-847C-428B-9F2C-FD682320066C")]28 [StorableType("0BF45891-847C-428B-9F2C-FD682320066C")] 29 29 [Serializable] 30 30 public class BidirectionalLookup<TFirst, TSecond> { … … 189 189 #endregion 190 190 191 [Storable Class("066A8A8B-784D-45CC-9063-F2FC8E9A4442")]191 [StorableType("066A8A8B-784D-45CC-9063-F2FC8E9A4442")] 192 192 private class StorableGrouping<TKey, TValue> : IGrouping<TKey, TValue> { 193 193
Note: See TracChangeset
for help on using the changeset viewer.