[]
Tries to get a variable by its name.
public bool TryGetValue(string name, out Variable variable)
Public Function TryGetValue(name As String, ByRef variable As Variable) As Boolean
| Type | Name | Description |
|---|---|---|
| string | name | The variable name. |
| Variable | variable | Found variable or null. |
| Type | Description |
|---|---|
| bool | true if a variable found, otherwise false. |