Expression that represents a C-like pointer to a method.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IMethodPointerExpression : IExpression, IMethodBodyElementProperties
| Name | Description |
|---|---|
| Instance | Gets the instance on which the method is defined, or |
| Method | Gets the method. |