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