Class UnaryOperatorHandler
Inheritance
object
UnaryOperatorHandler
Assembly: solution.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 |
Name |
Description |
| Func<T, object> |
handler |
|
Type Parameters
Operate(object)
Declaration
public object Operate(object operand)
Parameters
| Type |
Name |
Description |
| object |
operand |
|
Returns
Extension Methods