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