Method TryGetValue
TryGetValue(String, out T)
Attempts to retrieve a value from the stack
Declaration
public bool TryGetValue(string name, out T value)
Parameters
public bool TryGetValue(string name, out T value)
String | name | Name of the value |
T | value | Value |
Returns
Boolean | true if the symbol was found from a search of the scopes |