Class UnaryOperatorHandler
Inheritance
UnaryOperatorHandler
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