/// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other FivePrimeUTR instance.</param>
 private FivePrimeUtr(FivePrimeUtr other)
     : base(other)
 {
 }
Exemple #2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other FivePrimeUTR instance.</param>
 private FivePrimeUtr(FivePrimeUtr other)
     : base(other) { }