Click or drag to resize
LocationRange Constructor (String, Int32, Int32)
Creates a new LocationRange instance from the specified accession, start and end position.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public LocationRange(
	string accession,
	int startPosition,
	int endPosition
)

Parameters

accession
Type: SystemString
Accession of the sequence.
startPosition
Type: SystemInt32
Start position.
endPosition
Type: SystemInt32
End position.
See Also