CustomAttributeHelper.Render Method (IAnnotationValue) |
Renders a custom attribute value to a string.
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 string Render( this IAnnotationValue attribute )
Parameters
- attribute
- Type: PostSharp.Sdk.CodeModel.IAnnotationValue
A custom attribute value.
Return Value
Type: StringA string representing attribute.