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

End While command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Mostrar archivo Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
EndWhile ( While whileCommand ) : System.Reflection.Emit

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

EndWhile() public method

Constructor
public EndWhile ( While whileCommand ) : System.Reflection.Emit
whileCommand While While command
return System.Reflection.Emit

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