| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666 |
- <?xml version="1.0" encoding="utf-8"?>
- <Type Name="BinaryExpression" FullName="System.Linq.Expressions.BinaryExpression">
- <TypeSignature Language="C#" Value="public class BinaryExpression : System.Linq.Expressions.Expression" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit BinaryExpression extends System.Linq.Expressions.Expression" />
- <AssemblyInfo>
- <AssemblyName>System.Core</AssemblyName>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <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/BinaryExpressionProxy))</AttributeName>
- </Attribute>
- </Attributes>
- <Docs>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The following tables summarize the factory methods that can be used to create a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has a specific node type, represented by the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property. Each table contains information for a specific class of operations such as arithmetic or bitwise.</para>
- <format type="text/html">
- <h2>Binary Arithmetic Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Add" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Add" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.AddChecked" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.AddChecked" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Divide" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Divide" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Modulo" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Modulo" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Multiply" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Multiply" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.MultiplyChecked" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.MultiplyChecked" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Power" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Power" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Subtract" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Subtract" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.SubtractChecked" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.SubtractChecked" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Bitwise Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.And" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.And" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Or" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Or" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.ExclusiveOr" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.ExclusiveOr" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Shift Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.LeftShift" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.LeftShift" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.RightShift" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.RightShift" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Conditional Boolean Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.AndAlso" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.AndAlso" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.OrElse" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.OrElse" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Comparison Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Equal" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.Equal" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.NotEqual" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.NotEqual" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThanOrEqual" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.GreaterThanOrEqual" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThan" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.GreaterThan" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.LessThan" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.LessThan" />
- </para>
- </description>
- </item>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.LessThanOrEqual" />
- </para>
- </term>
- <description>
- <para>
- <see cref="Overload:System.Linq.Expressions.Expression.LessThanOrEqual" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Coalescing Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.Coalesce" />
- </para>
- </term>
- <description>
- <para>
- <see cref="M:System.Linq.Expressions.Expression.Coalesce(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)" />
- </para>
- </description>
- </item>
- </list>
- <format type="text/html">
- <h2>Array Indexing Operations</h2>
- </format>
- <list type="table">
- <listheader>
- <item>
- <term>
- <para>Node Type</para>
- </term>
- <description>
- <para>Factory Method</para>
- </description>
- </item>
- </listheader>
- <item>
- <term>
- <para>
- <see cref="F:System.Linq.Expressions.ExpressionType.ArrayIndex" />
- </para>
- </term>
- <description>
- <para>
- <see cref="M:System.Linq.Expressions.Expression.ArrayIndex(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)" />
- </para>
- </description>
- </item>
- </list>
- <para>In addition, the <see cref="Overload:System.Linq.Expressions.Expression.MakeBinary" /> methods can also be used to create a <see cref="T:System.Linq.Expressions.BinaryExpression" />. These factory methods can be used to create a <see cref="T:System.Linq.Expressions.BinaryExpression" /> of any node type that represents a binary operation. The parameter of these methods that is of type <see cref="P:System.Linq.Expressions.Expression.NodeType" /> specifies the desired node type.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Represents an expression that has a binary operator.</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="CanReduce">
- <MemberSignature Language="C#" Value="public override bool CanReduce { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance bool CanReduce" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets a value that indicates whether the expression tree node can be reduced.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="Conversion">
- <MemberSignature Language="C#" Value="public System.Linq.Expressions.LambdaExpression Conversion { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.LambdaExpression Conversion" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Linq.Expressions.LambdaExpression</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The <see cref="P:System.Linq.Expressions.BinaryExpression.Conversion" /> property is null for any <see cref="T:System.Linq.Expressions.BinaryExpression" /> whose <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property is not <see cref="F:System.Linq.Expressions.ExpressionType.Coalesce" />.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets the type conversion function that is used by a coalescing or compound assignment operation.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="IsLifted">
- <MemberSignature Language="C#" Value="public bool IsLifted { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance bool IsLifted" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>An operator call is lifted if the operator expects non-nullable operands but nullable operands are passed to it.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets a value that indicates whether the expression tree node represents a <newTerm>lifted</newTerm> call to an operator.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="IsLiftedToNull">
- <MemberSignature Language="C#" Value="public bool IsLiftedToNull { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance bool IsLiftedToNull" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>An operator call is lifted if the operator expects non-nullable operands but nullable operands are passed to it. If the value of <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> is true, the operator returns a nullable type, and if a nullable operand evaluates to null, the operator returns null.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets a value that indicates whether the expression tree node represents a <newTerm>lifted</newTerm> call to an operator whose return type is lifted to a nullable type.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="Left">
- <MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression Left { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.Expression Left" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <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 left operand of the binary operation.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="Method">
- <MemberSignature Language="C#" Value="public System.Reflection.MethodInfo Method { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.Reflection.MethodInfo Method" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Reflection.MethodInfo</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>If a <see cref="T:System.Linq.Expressions.BinaryExpression" /> represents an operation that uses a predefined operator, the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property is null.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets the implementing method for the binary operation.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="Reduce">
- <MemberSignature Language="C#" Value="public override System.Linq.Expressions.Expression Reduce ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Linq.Expressions.Expression Reduce() cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Linq.Expressions.Expression</ReturnType>
- </ReturnValue>
- <Parameters />
- <Docs>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>If CanReduce returns true, this should return a valid expression.</para>
- <para>This method can return another node which itself must be reduced.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Reduces the binary expression node to a simpler expression.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The reduced expression.</para>
- </returns>
- </Docs>
- </Member>
- <Member MemberName="Right">
- <MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression Right { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.Expression Right" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>3.5.0.0</AssemblyVersion>
- <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 right operand of the binary operation.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="Update">
- <MemberSignature Language="C#" Value="public System.Linq.Expressions.BinaryExpression Update (System.Linq.Expressions.Expression left, System.Linq.Expressions.LambdaExpression conversion, System.Linq.Expressions.Expression right);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Linq.Expressions.BinaryExpression Update(class System.Linq.Expressions.Expression left, class System.Linq.Expressions.LambdaExpression conversion, class System.Linq.Expressions.Expression right) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.Linq.Expressions.BinaryExpression</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="left" Type="System.Linq.Expressions.Expression" />
- <Parameter Name="conversion" Type="System.Linq.Expressions.LambdaExpression" />
- <Parameter Name="right" Type="System.Linq.Expressions.Expression" />
- </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 are changed or an expression with the updated children.</para>
- </returns>
- <param name="left">
- <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property of the result. </param>
- <param name="conversion">
- <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.BinaryExpression.Conversion" /> property of the result.</param>
- <param name="right">
- <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property of the result. </param>
- </Docs>
- </Member>
- </Members>
- </Type>
|