A typescript liked string interpolation syntax
StringInterpolation
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.DataSets.StringInterpolation
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| UnsafeStringConcatenate | 1 | |
| Evaluate | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| type | 1 | |
| expressionName | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| stringParts | 1 | 这些表达式产生的全部都是字符串结果值 |
05 Members
UnsafeStringConcatenate(
IEnumerable(Of String()), String)Parameters
| Name | Type | Description |
|---|---|---|
strs | IEnumerable(Of String()) | the string collection must be checked for the size before call this function |
stringParts
这些表达式产生的全部都是字符串结果值
type
expressionName
Evaluate(Environment)
ToString()