TypeSpecDeclaration.WriteReflectionName Method (StringBuilder, ReflectionNameOptions) |
Writes the name of the current declaration to a 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 void WriteReflectionName( StringBuilder stringBuilder, ReflectionNameOptions options )
Parameters
- stringBuilder
- Type: System.Text.StringBuilder
A StringBuilder. - options
- Type: PostSharp.Sdk.CodeModel.ReflectionNameOptions
Options influencing how the name is generated.