Method GetObjectVariable
GetObjectVariable<T>(string)
Gets the specified object variable for this object.
public T GetObjectVariable<T>(string name) where T : ObjectVariable, new()
Parameters
namestringThe variable name.
Returns
- T
A LocalVariable instance for getting/setting the variable's value.
Type Parameters
TThe variable type.