C# Класс Pegasus.Expressions.ChoiceExpression

Represents an ordered choice between a set of expressions.
Наследование: Expression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ChoiceExpression ( IEnumerable choices ) : System

Initializes a new instance of the ChoiceExpression class.

Описание методов

ChoiceExpression() публичный Метод

Initializes a new instance of the ChoiceExpression class.
public ChoiceExpression ( IEnumerable choices ) : System
choices IEnumerable The set of expressions to be used as choices.
Результат System