C# Class LogicControl.LogicExpression

Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( System.Linq.Expressions.ParameterExpression stateParameterExpression, LabelTarget returnTarget ) : Expression
Result ( LogicControl.LogicExecutionState state ) : object
Truthful ( LogicControl.LogicExecutionState state ) : bool

Method Details

Compile() public abstract méthode

public abstract Compile ( System.Linq.Expressions.ParameterExpression stateParameterExpression, LabelTarget returnTarget ) : Expression
stateParameterExpression System.Linq.Expressions.ParameterExpression
returnTarget System.Linq.Expressions.LabelTarget
Résultat System.Linq.Expressions.Expression

Result() public abstract méthode

public abstract Result ( LogicControl.LogicExecutionState state ) : object
state LogicControl.LogicExecutionState
Résultat object

Truthful() public abstract méthode

public abstract Truthful ( LogicControl.LogicExecutionState state ) : bool
state LogicControl.LogicExecutionState
Résultat bool