Tries to remove specified value from the AATree.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Remove(
T value
)
Public Function Remove (
value As T
) As Boolean
public:
bool Remove(
T value
)
member Remove :
value : 'T -> bool
Parameters
- value
- Type: T
Value to remove.
Return Value
Type:
BooleanReturns true if the value is found and removed successfully, else returns false.
See Also