Click or drag to resize
ILocationBuilder Interface
Interface to build the location from location string and from location object to location string.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface ILocationBuilder

The ILocationBuilder type exposes the following members.

Methods
  NameDescription
Public methodGetLocation
Returns the location object for the specified location string.
Public methodGetLocationString
Returns the location string for the specified location.
Top
See Also