Beispiel #1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other TransferRNA instance.</param>
 private TransferRna(TransferRna other)
     : base(other)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other TransferRNA instance.</param>
 private TransferRna(TransferRna other)
     : base(other) { }