Метод | Описание | |
---|---|---|
GenerateCode ( |
Generates CIL for the expression.
|
|
TemplateLiteralExpression ( List |
Creates a new instance of TemplateLiteralExpression.
|
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Результат | void |
public TemplateLiteralExpression ( List |
||
strings | List |
The literal string parts of the template. For example `1${2}3` /// has the string literal parts "1" and "3". |
values | List |
The substitution expressions in the template. For example /// `1${2}3` has the substitution expression "2". |
rawStrings | List |
The literal string parts of the template, prior to performing /// escape sequence processing. |
Результат | System.Collections.Generic |