Gets or sets the length of the match
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int Length { get; set; }
Public Property Length As Integer
Get
Set
public:
property int Length {
int get ();
void set (int value);
}
member Length : int with get, set
Property Value
Type:
Int32See Also