C# Class Pegasus.Expressions.ChoiceExpression

Represents an ordered choice between a set of expressions.
Inheritance: Expression
显示文件 Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
ChoiceExpression ( IEnumerable choices ) : System

Initializes a new instance of the ChoiceExpression class.

Method Details

ChoiceExpression() public method

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