PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIMethod­Body­Element
Open sandboxFocus

IMethodBodyElement Interface

Represents an element of the syntax tree representing a method body.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IMethodBodyElement

Properties

Name Description
MethodBodyElementKind

Gets the kind of syntax element.

ParentElement

Gets the parent element in the tree.

ParentMethodBody

Gets the parent method body.