Click or drag to resize
RangeCollectionRemove Method
Remove an item from the collection. This is not supported with the RangeCollection.

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

Parameters

item
Type: SystemInt64
Item to remove

Return Value

Type: Boolean
Exception

Implements

ICollectionTRemove(T)
See Also