Open sandboxFocus

Interface IBinaryExpression

The source code of method bodies and expression bodies is not represented in the high-level API of Metalama. If you need to access source code from an aspect, you must implement a service using Metalama SDK.

Namespace: PostSharp.Reflection.MethodBody
Assembly: Metalama.Migration.dll
Syntax
[Experimental]
[Obsolete("The source code of method bodies and expression bodies is not represented in the high-level API of Metalama. If you need to access source code from an aspect, you must implement a service using Metalama SDK.", false)]
public interface IBinaryExpression : IExpression, IMethodBodyElement

Properties

Name Description
Left
Right

See Also