Represents an element of the syntax tree representing a method body.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IMethodBodyElementProperties
| Name | Description |
|---|---|
| MethodBodyElementKind | Gets the kind of syntax element. |
| ParentElement | Gets the parent element in the tree. |
| ParentMethodBody | Gets the parent method body. |