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