Changeset 10483 for branches/LogResidualEvaluator/HeuristicLab.Collections/3.3/BidirectionalDictionary.cs
- Timestamp:
- 02/20/14 14:56:39 (11 years ago)
- Location:
- branches/LogResidualEvaluator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LogResidualEvaluator
- Property svn:mergeinfo changed
-
branches/LogResidualEvaluator/HeuristicLab.Collections/3.3/BidirectionalDictionary.cs
r9456 r10483 67 67 } 68 68 69 public IEnumerable<TFirst> First Values {69 public IEnumerable<TFirst> FirstKeys { 70 70 get { return firstToSecond.Keys; } 71 71 } 72 72 73 public IEnumerable<TSecond> Second Values {73 public IEnumerable<TSecond> SecondKeys { 74 74 get { return secondToFirst.Keys; } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.