Ejemplo n.º 1
0
 public List <string> RightsAsList()
 {
     return(Rights.Select((text) => text.Text).ToList());
 }