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