LocationRange Constructor (Int32, Int32) |
Creates a new LocationRange instance from the specified start and end position.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public LocationRange(
int startPosition,
int endPosition
)
Public Sub New (
startPosition As Integer,
endPosition As Integer
)
public:
LocationRange(
int startPosition,
int endPosition
)
new :
startPosition : int *
endPosition : int -> LocationRange
Parameters
- startPosition
- Type: SystemInt32
Start position of the feature. - endPosition
- Type: SystemInt32
End position of the feature.
See Also