Exemplo n.º 1
0
 public Mutation(BehaviorKind behavior)
 {
 }
Exemplo n.º 2
0
 public Mutation(BehaviorKind behavior, double value)
 {
     this.behavior = behavior;
     this.value = value;
 }