get_by_name_recurse_up
Description:
public Element?
get_by_name_recurse_up (
string name)
Gets the element with the given name from this bin.
If the element is not found, a recursion is performed on the parent bin.
Parameters:
this |
a Bin
|
name |
the element name to search for
|
Returns:
the Element with the given name
|