示例#1
0
 private IEnumerable <IEnumerable <Star> > AllSubsets()
 {
     return(Subsets.Select(p => p.AllStars()));
 }