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

End If command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode Description
EndIf ( If ifCommand ) : Yea.Reflection.Emit.BaseClasses

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

EndIf() public méthode

Constructor
public EndIf ( If ifCommand ) : Yea.Reflection.Emit.BaseClasses
ifCommand If If command
Résultat Yea.Reflection.Emit.BaseClasses

Setup() public méthode

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

ToString() public méthode

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