C# Class Pegasus.Expressions.NotCodeExpression

Represents a negative assertion.
Inheritance: Expression
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
NotCodeExpression ( CodeSpan code ) : System

Initializes a new instance of the NotCodeExpression class.

Method Details

NotCodeExpression() public méthode

Initializes a new instance of the NotCodeExpression class.
public NotCodeExpression ( CodeSpan code ) : System
code CodeSpan The code to execute for the negative assertion.
Résultat System