Class IRTypeExtensions
- Namespace
- AiDotNet.JitCompiler.IR
- Assembly
- AiDotNet.dll
Helper methods for IRType.
public static class IRTypeExtensions
- Inheritance
-
IRTypeExtensions
- Inherited Members
Methods
FromSystemType(Type)
Gets the IRType for a given System.Type.
public static IRType FromSystemType(Type type)
Parameters
typeType
Returns
ToSystemType(IRType)
Gets the System.Type for a given IRType.
public static Type ToSystemType(this IRType irType)
Parameters
irTypeIRType