Example #1
0
 public IEnumerable <TKey> GetKeys()
 {
     return(keys.GetValues().Cast <TKey>());
 }
Example #2
0
 public IEnumerable <TValue> GetValues()
 {
     return(values.GetValues().Cast <TValue>());
 }
Example #3
0
 public IEnumerable <T> GetValues()
 {
     return(items.GetValues().Cast <T>());
 }