TypeSpecDeclaration.GetGenericArgument 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 GetGenericArgument( int ordinal )
Parameters
- ordinal
- Type: System.Int32
The generic argument ordinal (position).
Return Value
Type: ITypeSignatureAn IType, or null if the current generic original does not exist.