Click or drag to resize
RangeCollectionTryAdd Method
Trys to add a new element to the set.

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

Parameters

item
Type: SystemInt64
An long to add

Return Value

Type: Boolean
True if item was added. False if it already existed in the range.
See Also