IMethodBodyElement Interface |
Represents an element of the syntax tree representing a method body.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface IMethodBodyElement
The IMethodBodyElement type exposes the following members.
Name | Description | |
---|---|---|
MethodBodyElementKind |
Gets the kind of syntax element.
| |
ParentElement |
Gets the parent element in the tree.
| |
ParentMethodBody |
Gets the parent method body.
|