IStructuralTransformationInstance Interface |
Defines the semantics of a code transformation that modifies the structure of an element of code
(such as: changing its attributes or adding members) but does not modify the body of an existing method.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IStructuralTransformationInstance : ITransformationInstance
The IStructuralTransformationInstance type exposes the following members.
Name | Description | |
---|---|---|
Implement |
Implements the transformation.
|