﻿<?xml version="1.0" encoding="utf-8"?><Type Name="BlockExpression" FullName="System.Linq.Expressions.BlockExpression"><TypeSignature Language="C#" Value="public class BlockExpression : System.Linq.Expressions.Expression" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit BlockExpression extends System.Linq.Expressions.Expression" /><AssemblyInfo><AssemblyName>System.Core</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Linq.Expressions.Expression</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/BlockExpressionProxy))</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="Overload:System.Linq.Expressions.Expression.Block" /> methods can be used to create a <see cref="T:System.Linq.Expressions.BlockExpression" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a block that contains a sequence of expressions where variables can be defined.</para></summary></Docs><Members><Member MemberName="Accept"><MemberSignature Language="C#" Value="protected override System.Linq.Expressions.Expression Accept (System.Linq.Expressions.ExpressionVisitor visitor);" /><MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig virtual instance class System.Linq.Expressions.Expression Accept(class System.Linq.Expressions.ExpressionVisitor visitor) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Linq.Expressions.Expression</ReturnType></ReturnValue><Parameters><Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This default implementation for <see cref="F:System.Linq.Expressions.ExpressionType.Extension" /> nodes calls <see cref="M:System.Linq.Expressions.ExpressionVisitor.VisitExtension(System.Linq.Expressions.Expression)" />. Override this method to call into a more specific method on a derived visitor class of the <see cref="T:System.Linq.Expressions.ExpressionVisitor" /> class. However, it should still support unknown visitors by calling <see cref="M:System.Linq.Expressions.ExpressionVisitor.VisitExtension(System.Linq.Expressions.Expression)" />. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Dispatches to the specific visit method for this node type. For example, <see cref="T:System.Linq.Expressions.MethodCallExpression" /> calls the <see cref="M:System.Linq.Expressions.ExpressionVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The result of visiting this node.</para></returns><param name="visitor"><attribution license="cc4" from="Microsoft" modified="false" />The visitor to visit this node with.</param></Docs></Member><Member MemberName="Expressions"><MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Linq.Expressions.Expression&gt; Expressions { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class System.Linq.Expressions.Expression&gt; Expressions" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Linq.Expressions.Expression&gt;</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the expressions in this block.</para></summary></Docs></Member><Member MemberName="NodeType"><MemberSignature Language="C#" Value="public override sealed System.Linq.Expressions.ExpressionType NodeType { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Linq.Expressions.ExpressionType NodeType" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Linq.Expressions.ExpressionType</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the node type of this expression. Extension nodes should return <see cref="F:System.Linq.Expressions.ExpressionType.Extension" /> when overriding this method.</para></summary></Docs></Member><Member MemberName="Result"><MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression Result { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.Expression Result" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Linq.Expressions.Expression</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the last expression in this block.</para></summary></Docs></Member><Member MemberName="Type"><MemberSignature Language="C#" Value="public override Type Type { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Type Type" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the static type of the expression that this <see cref="T:System.Linq.Expressions.Expression" /> represents.</para></summary></Docs></Member><Member MemberName="Update"><MemberSignature Language="C#" Value="public System.Linq.Expressions.BlockExpression Update (System.Collections.Generic.IEnumerable&lt;System.Linq.Expressions.ParameterExpression&gt; variables, System.Collections.Generic.IEnumerable&lt;System.Linq.Expressions.Expression&gt; expressions);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Linq.Expressions.BlockExpression Update(class System.Collections.Generic.IEnumerable`1&lt;class System.Linq.Expressions.ParameterExpression&gt; variables, class System.Collections.Generic.IEnumerable`1&lt;class System.Linq.Expressions.Expression&gt; expressions) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Linq.Expressions.BlockExpression</ReturnType></ReturnValue><Parameters><Parameter Name="variables" Type="System.Collections.Generic.IEnumerable&lt;System.Linq.Expressions.ParameterExpression&gt;" /><Parameter Name="expressions" Type="System.Collections.Generic.IEnumerable&lt;System.Linq.Expressions.Expression&gt;" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This expression if no children changed, or an expression with the updated children.</para></returns><param name="variables"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.BlockExpression.Variables" /> property of the result. </param><param name="expressions"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.BlockExpression.Expressions" /> property of the result. </param></Docs></Member><Member MemberName="Variables"><MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Linq.Expressions.ParameterExpression&gt; Variables { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class System.Linq.Expressions.ParameterExpression&gt; Variables" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Linq.Expressions.ParameterExpression&gt;</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the variables defined in this block.</para></summary></Docs></Member></Members></Type>