Click or drag to resize
RangeCollectionContains Method (Int64)
Returns true if item is within the ranges of this RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	long item
)

Parameters

item
Type: SystemInt64

[Missing <param name="item"/> documentation for "M:Bio.Util.RangeCollection.Contains(System.Int64)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.Util.RangeCollection.Contains(System.Int64)"]

Implements

ICollectionTContains(T)
See Also