Click or drag to resize
FivePrimeUtr Constructor (String)
Creates new FivePrimeUTR feature item with the specified location. Note that this constructor uses LocationBuilder to construct location object from the specified location string.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public FivePrimeUtr(
	string location
)

Parameters

location
Type: SystemString
Location of the FivePrimeUTR.
See Also