Click or drag to resize
BigListTRemove Method
Removes the first occurrence of a specific object from the BigList.

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

Parameters

item
Type: T
The object to remove from the BigList.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the BigList.
See Also