コード例 #1
0
 public static LabelSet ToLabelSet(GenSet s)
 {
     return(new LabelSet(s.Select(kp => kp.Value)));
 }