Click or drag to resize
GenBankParserLocationBuilder Property
Location builder is used to build location objects from the location string present in the features. By default an instance of LocationBuilder class is used to build location objects.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ILocationBuilder LocationBuilder { get; set; }

Property Value

Type: ILocationBuilder
See Also