C# Class Yea.Reflection.Emit.Commands.Add

Adds two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Datei anzeigen Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Add ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Add() public method

Constructor
public Add ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object Left variable
rightHandSide object Right variable
return System.Globalization

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string