Expression.Block Method (Expression, Expression, Expression)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a BlockExpression that contains three expressions and has no variables.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function Block ( _ arg0 As Expression, _ arg1 As Expression, _ arg2 As Expression _ ) As BlockExpression
Parameters
- arg0
- Type: System.Linq.Expressions.Expression
The first expression in the block.
- arg1
- Type: System.Linq.Expressions.Expression
The second expression in the block.
- arg2
- Type: System.Linq.Expressions.Expression
The third expression in the block.
Show: