Method Find
Find(string)
Finds a named element in the name scope, returns immediately, doesn't traverse the name scope stack
object? Find(string name)
Parameters
name
stringThe name.
Returns
- object
The element, or null if the name was not found.