Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/14 13:46:30 (10 years ago)
Author:
abeham
Message:

#2042: Also renamed properties of BidirectionalDictionary so that the two have similar names for similar things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Collections/3.3/BidirectionalDictionary.cs

    r9456 r10366  
    6767    }
    6868
    69     public IEnumerable<TFirst> FirstValues {
     69    public IEnumerable<TFirst> FirstKeys {
    7070      get { return firstToSecond.Keys; }
    7171    }
    7272
    73     public IEnumerable<TSecond> SecondValues {
     73    public IEnumerable<TSecond> SecondKeys {
    7474      get { return secondToFirst.Keys; }
    7575    }
Note: See TracChangeset for help on using the changeset viewer.