コード例 #1
0
 public ClubComparator(ClubAttribute attribute, bool inverted = false)
 {
     _attribute = attribute;
     _inverted  = inverted;
 }
コード例 #2
0
 public RandomDrawingLevel(GroupsRound tour, ClubAttribute attribute)
 {
     _round     = tour;
     _attribute = attribute;
 }