Class UnaryOperatorHandler
Inheritance
UnaryOperatorHandler
Assembly: Unity.VisualScripting.Core.dll
Syntax
public abstract class UnaryOperatorHandler : OperatorHandler
Constructors
UnaryOperatorHandler(string, string, string, string)
Declaration
protected UnaryOperatorHandler(string name, string verb, string symbol, string customMethodName)
Parameters
Methods
CustomHandling(object)
Declaration
protected virtual object CustomHandling(object operand)
Parameters
Type |
Name |
Description |
object |
operand |
|
Returns
Handle<T>(Func<T, object>)
Declaration
protected void Handle<T>(Func<T, object> handler)
Parameters
Type Parameters
Operate(object)
Declaration
public object Operate(object operand)
Parameters
Type |
Name |
Description |
object |
operand |
|
Returns
Extension Methods