Exemplo n.º 1
0
 public string this[Enum key]
 {
     get
     {
         return this[key.KeyName()];
     }
 }