AATreeTKey, TValueRemove Method |
Tries to remove specified key and associated 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(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
bool Remove(
TKey key
)
member Remove :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Key to remove.
Return Value
Type:
BooleanReturns true if the key is found and removed successfully, else returns false.
See Also