SequenceRangeEnd Property |
The end index of the range. This index must be non-negative and
it will be enforced to always be greater than or equal to the Start index.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long End { get; set; }
Public Property End As Long
Get
Set
public:
virtual property long long End {
long long get () sealed;
void set (long long value) sealed;
}
abstract End : int64 with get, set
override End : int64 with get, set
Property Value
Type:
Int64Implements
ISequenceRangeEndSee Also