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

Mods two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
显示文件 Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

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

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to the string

Method Details

Modulo() public method

Constructor
public Modulo ( 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 the string
public ToString ( ) : string
return string