DeclarationCache.GetIntrinsic Method (Type) |
Gets an IntrinsicTypeSignature, given a reflection Type.
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( Type reflectionType )
Parameters
- reflectionType
- Type: System.Type
A reflection Type corresponding to an intrinsic.
Return Value
Type: IntrinsicTypeSignatureThe IntrinsicTypeSignature corresponding to reflectionType.