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