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