Click or drag to resize
AATreeTTrySearch Method
Searches for the specified value in the AATree. If found returns the value in actualValue out param, else this param contains DefaultValue.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool TrySearch(
	T value,
	out T actualValue
)

Parameters

value
Type: T
Value to search.
actualValue
Type: T
Out parameter.

Return Value

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