RangeCollectionRangeCount Property |
Returns the number of contiguous ranges in this collection. Useful for memory
consumption debugging.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long RangeCount { get; }
Public ReadOnly Property RangeCount As Long
Get
public:
property long long RangeCount {
long long get ();
}
member RangeCount : int64 with get
Property Value
Type:
Int64See Also