示例#1
0
 public bool HasAllMotifs()
 {
     return(Coins.All(x => x > 0));
 }