ReferenceSequenceInfoLength Property |
Gets or sets the length of the reference sequence.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long Length { get; set; }
Public Property Length As Long
Get
Set
public:
property long long Length {
long long get ();
void set (long long value);
}
member Length : int64 with get, set
Property Value
Type:
Int64See Also