Esempio n. 1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Gene instance.</param>
 private Gene(Gene other)
     : base(other)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Gene instance.</param>
 private Gene(Gene other)
     : base(other) { }