示例#1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Gene instance.</param>
 private Gene(Gene other)
     : base(other)
 {
 }
示例#2
0
文件: Gene.cs 项目: cpatmoore/bio
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other Gene instance.</param>
 private Gene(Gene other)
     : base(other) { }