예제 #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) { }