ISyntaxElement Interface |
Represents an element of the syntax tree representing a method body.
Namespace: PostSharp.Reflection.SyntaxAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public interface ISyntaxElement
The ISyntaxElement type exposes the following members.

Name | Description | |
---|---|---|
![]() | ParentElement |
Gets the parent element in the tree.
|
![]() | ParentMethodBody |
Gets the parent method body.
|
![]() | SyntaxElementKind |
Gets the kind of syntax element.
|
