DeclarationCache.GetIntrinsic Method (IntrinsicType) |
Gets an IntrinsicTypeSignature, given an IntrinsicType.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public IntrinsicTypeSignature GetIntrinsic( IntrinsicType intrinsic )
Parameters
- intrinsic
- Type: PostSharp.Sdk.CodeModel.IntrinsicType
An intrinsic.
Return Value
Type: IntrinsicTypeSignatureThe IntrinsicTypeSignature corresponding to intrinsic.