LocationRangeEndPosition Property |
Gets or sets the end position.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int EndPosition { get; set; }
Public Property EndPosition As Integer
Get
Set
public:
property int EndPosition {
int get ();
void set (int value);
}
member EndPosition : int with get, set
Property Value
Type:
Int32See Also