C# Class NArrange.Core.Configuration.UnaryOperatorExpression

Unary operator expression.
Inheritance: IConditionExpression
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string

Gets the string representation of this expression.

UnaryOperatorExpression ( UnaryExpressionOperator operatorType, IConditionExpression innerExpression ) : System.Threading

Creates a new unary operator expression.

Method Details

ToString() public méthode

Gets the string representation of this expression.
public ToString ( ) : string
Résultat string

UnaryOperatorExpression() public méthode

Creates a new unary operator expression.
public UnaryOperatorExpression ( UnaryExpressionOperator operatorType, IConditionExpression innerExpression ) : System.Threading
operatorType UnaryExpressionOperator Type of the operator.
innerExpression IConditionExpression The inner expression.
Résultat System.Threading