Click or drag to resize
AATreeTRemove Method
Tries to remove specified value from the AATree.

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

Parameters

value
Type: T
Value to remove.

Return Value

Type: Boolean
Returns true if the value is found and removed successfully, else returns false.
See Also