Block Method (IEnumerable(Expression))

Expression.Block Method (IEnumerable(Of 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 the given expressions and has no variables.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Shared Function Block ( _
	expressions As IEnumerable(Of Expression) _
) As BlockExpression

Parameters

expressions
Type: System.Collections.Generic.IEnumerable(Of Expression)
The expressions in the block.

When the block expression is executed, it returns the value of the last expression in the block.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft