C# Class NArrange.Core.Configuration.StringExpression

String expression.
Inheritance: LeafExpression
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode Description
StringExpression ( string text ) : System.Threading

Creates a new string expression.

ToString ( ) : string

Gets the string representation of this expression.

Method Details

StringExpression() public méthode

Creates a new string expression.
public StringExpression ( string text ) : System.Threading
text string The text of the expression.
Résultat System.Threading

ToString() public méthode

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