C# Class NArrange.Core.Configuration.StringExpression

String expression.
Inheritance: LeafExpression
Exibir arquivo Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
StringExpression ( string text ) : System.Threading

Creates a new string expression.

ToString ( ) : string

Gets the string representation of this expression.

Method Details

StringExpression() public method

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

ToString() public method

Gets the string representation of this expression.
public ToString ( ) : string
return string