Click or drag to resize
AATreeTAdd Method
Tries to add specified value to the AATree. If the value is already present in the tree then this method returns without adding.

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

Parameters

value
Type: T
Value to add.

Return Value

Type: Boolean
Returns true if value is added successfully, else returns false.
See Also