RangeCollectionRemove Method |
Remove an item from the collection. This is not supported
with the RangeCollection.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Remove(
long item
)
Public Function Remove (
item As Long
) As Boolean
public:
virtual bool Remove(
long long item
) sealed
abstract Remove :
item : int64 -> bool
override Remove :
item : int64 -> bool
Parameters
- item
- Type: SystemInt64
Item to remove
Return Value
Type:
BooleanException
Implements
ICollectionTRemove(T)See Also