C# Class Pegasus.Expressions.ChoiceExpression

Represents an ordered choice between a set of expressions.
Inheritance: Expression
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
ChoiceExpression ( IEnumerable choices ) : System

Initializes a new instance of the ChoiceExpression class.

Method Details

ChoiceExpression() public méthode

Initializes a new instance of the ChoiceExpression class.
public ChoiceExpression ( IEnumerable choices ) : System
choices IEnumerable The set of expressions to be used as choices.
Résultat System