File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ trees to handle asynchronous workflows and other language constructs.
2323
2424* ** Other Expressions**
2525 * ` StringFormatExpression ` : An expression that creates a string using a supplied format string and parameters.
26+ * ` ConfigurationExpression ` : An expression that allows access to IConfiguration.
27+ * ` InjectExpression ` : An expression that allows for depency inject from a IServiceProvider.
2628 * ` DebugExpression ` : An expression that helps when debugging expression trees.
2729
2830* Supports Fast Expression Compiler (FEC) for improved performance.
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ trees to handle asynchronous workflows and other language constructs.
2828
2929* ** Other Expressions**
3030 * ` StringFormatExpression ` : An expression that creates a string using a supplied format string and parameters.
31+ * ` ConfigurationExpression ` : An expression that allows access to IConfiguration.
32+ * ` InjectExpression ` : An expression that allows for depency inject from a IServiceProvider.
3133 * ` DebugExpression ` : An expression that helps when debugging expression trees.
3234
3335* Supports Fast Expression Compiler (FEC) for improved performance.
You can’t perform that action at this time.
0 commit comments