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