Evaluates the identifier with the specified name.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public virtual Object EvaluateIdentifier ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function EvaluateIdentifier( _ |
The identifier to evaluate.
The result of the evaluation.
See Also