ThreePrimeUtrClone Method |
Creates a new ThreePrimeUTR that is a copy of the current ThreePrimeUTR.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ThreePrimeUtr Clone()
Public Function Clone As ThreePrimeUtr
public:
ThreePrimeUtr^ Clone()
member Clone : unit -> ThreePrimeUtr
Return Value
Type:
ThreePrimeUtrA new ThreePrimeUTR that is a copy of this ThreePrimeUTR.
See Also