LocationLocationEnd Property |
Gets the end position of the location.
Note that this is one based position.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int LocationEnd { get; }
Public ReadOnly Property LocationEnd As Integer
Get
public:
virtual property int LocationEnd {
int get () sealed;
}
abstract LocationEnd : int with get
override LocationEnd : int with get
Property Value
Type:
Int32Implements
ILocationLocationEndSee Also