예제 #1
0
 public IEnumerable <string> GetSizeNames()
 {
     return(AllElements.Select(e => e.Name));
 }