BaseInstructionWriter.EmitPrefixType Method |
Emits a prefix with an IType operand.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract void EmitPrefixType( OpCodeNumber prefix, ITypeSignature type )
Parameters
- prefix
- Type: PostSharp.Sdk.CodeModel.OpCodeNumber
A single prefix (not a combination). - type
- Type: PostSharp.Sdk.CodeModel.ITypeSignature
The IType operand.