MethodSpecDeclaration.GetParameterType Method |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public ITypeSignature GetParameterType( int index )
Parameters
- index
- Type: System.Int32
The parameter position.
Return Value
Type: ITypeSignatureThe type (TypeSignature) of the parameter.