Click or drag to resize
AATreeTKey, TValueRemove Method
Tries to remove specified key and associated 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(
	TKey key
)

Parameters

key
Type: TKey
Key to remove.

Return Value

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