Class OperatorHandler
Inheritance
OperatorHandler
Syntax
public abstract class OperatorHandler
Constructors
OperatorHandler(String, String, String, String)
Declaration
protected OperatorHandler(string name, string verb, string symbol, string customMethodName)
Parameters
Properties
customMethodName
Declaration
public string customMethodName { get; }
Property Value
name
Declaration
public string name { get; }
Property Value
symbol
Declaration
public string symbol { get; }
Property Value
verb
Declaration
public string verb { get; }
Property Value
Extension Methods