CustomAttributeHelper.Render Method (IAnnotationValue, StringBuilder) |
Renders a custom attribute value to an existing StringBuilder.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static void Render( this IAnnotationValue attribute, StringBuilder target )
Parameters
- attribute
- Type: PostSharp.Sdk.CodeModel.IAnnotationValue
A custom attribute. - target
- Type: System.Text.StringBuilder
A StringBuilder where to writer the attribute.