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

Subtracts 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
Setup ( ) : void

Sets up the command

Subtract ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

ToString ( ) : string

Converts the command to a string

Method Details

Setup() public méthode

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

Subtract() public méthode

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

ToString() public méthode

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