Class ParameterArgs
Inheritance
object
ParameterArgs
Namespace: Unity.VisualScripting.Dependencies.NCalc
Assembly: solution.dll
Syntax
public class ParameterArgs : EventArgs
Properties
HasResult
Declaration
public bool HasResult { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Result
Declaration
public object Result { get; set; }
Property Value
| Type | Description |
|---|---|
| object |