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
namestringThe name.
Returns
- object
The element, or null if the name was not found.
Finds a named element in the name scope, returns immediately, doesn't traverse the name scope stack
object? Find(string name)
name stringThe name.
The element, or null if the name was not found.