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

Mods two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor
public Modulo ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object Left variable
rightHandSide object Right variable
Résultat System.Globalization

Setup() public méthode

Sets up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to the string
public ToString ( ) : string
Résultat string