Click or drag to resize
LocationRange Constructor (Int32, Int32)
Creates a new LocationRange instance from the specified 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(
	int startPosition,
	int endPosition
)

Parameters

startPosition
Type: SystemInt32
Start position of the feature.
endPosition
Type: SystemInt32
End position of the feature.
See Also